diff --git a/setup/stock_barcodes_gs1_secondary_unit/odoo/addons/stock_barcodes_gs1_secondary_unit b/setup/stock_barcodes_gs1_secondary_unit/odoo/addons/stock_barcodes_gs1_secondary_unit new file mode 120000 index 000000000000..c4a2bbb0f901 --- /dev/null +++ b/setup/stock_barcodes_gs1_secondary_unit/odoo/addons/stock_barcodes_gs1_secondary_unit @@ -0,0 +1 @@ +../../../../stock_barcodes_gs1_secondary_unit \ No newline at end of file diff --git a/setup/stock_barcodes_gs1_secondary_unit/setup.py b/setup/stock_barcodes_gs1_secondary_unit/setup.py new file mode 100644 index 000000000000..28c57bb64031 --- /dev/null +++ b/setup/stock_barcodes_gs1_secondary_unit/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_barcodes_gs1_secondary_unit/README.rst b/stock_barcodes_gs1_secondary_unit/README.rst index d24f225b02ab..51db419e4336 100644 --- a/stock_barcodes_gs1_secondary_unit/README.rst +++ b/stock_barcodes_gs1_secondary_unit/README.rst @@ -14,14 +14,14 @@ Stock Barcodes GS1 Secondary Unit :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--barcode-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-barcode/tree/13.0/stock_barcodes_gs1_secondary_unit + :target: https://github.com/OCA/stock-logistics-barcode/tree/15.0/stock_barcodes_gs1_secondary_unit :alt: OCA/stock-logistics-barcode .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-barcode-13-0/stock-logistics-barcode-13-0-stock_barcodes_gs1_secondary_unit + :target: https://translation.odoo-community.org/projects/stock-logistics-barcode-15-0/stock-logistics-barcode-15-0-stock_barcodes_gs1_secondary_unit :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/150/13.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/stock-logistics-barcode&target_branch=15.0 + :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -44,7 +44,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -77,6 +77,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/stock-logistics-barcode `_ project on GitHub. +This module is part of the `OCA/stock-logistics-barcode `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_barcodes_gs1_secondary_unit/__manifest__.py b/stock_barcodes_gs1_secondary_unit/__manifest__.py index f5b3146017d4..7d6481400e3b 100644 --- a/stock_barcodes_gs1_secondary_unit/__manifest__.py +++ b/stock_barcodes_gs1_secondary_unit/__manifest__.py @@ -4,7 +4,7 @@ "name": "Stock Barcodes GS1 Secondary Unit", "summary": "It provides read package from GS1 barcode stored " "into secondary unit data.", - "version": "13.0.1.0.0", + "version": "15.0.1.0.0", "author": "Tecnativa, " "Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-barcode", "license": "AGPL-3", @@ -12,7 +12,6 @@ "depends": ["stock_barcodes_gs1", "stock_secondary_unit"], "data": [ "views/product_views.xml", - "wizard/stock_barcodes_read_inventory_views.xml", "wizard/stock_barcodes_read_picking_views.xml", ], "installable": True, diff --git a/stock_barcodes_gs1_secondary_unit/models/product_second_unit.py b/stock_barcodes_gs1_secondary_unit/models/product_second_unit.py index ff657b0a3e49..74e738415c7f 100644 --- a/stock_barcodes_gs1_secondary_unit/models/product_second_unit.py +++ b/stock_barcodes_gs1_secondary_unit/models/product_second_unit.py @@ -7,7 +7,6 @@ class ProductSecondaryUnit(models.Model): _inherit = "product.secondary.unit" barcode = fields.Char( - string="Barcode", copy=False, help="International Article Number used for product identification.", ) diff --git a/stock_barcodes_gs1_secondary_unit/static/description/index.html b/stock_barcodes_gs1_secondary_unit/static/description/index.html index a94c4617c315..fb2c28be9720 100644 --- a/stock_barcodes_gs1_secondary_unit/static/description/index.html +++ b/stock_barcodes_gs1_secondary_unit/static/description/index.html @@ -3,7 +3,7 @@ - + Stock Barcodes GS1 Secondary Unit