From c6aacac1716e80553e3d6d780d14f50fd1f9b3ef Mon Sep 17 00:00:00 2001 From: sergio-teruel Date: Thu, 1 Aug 2024 13:20:36 +0200 Subject: [PATCH] [MIG] stock_barcodes_gs1: Migration to v16.0 --- .../odoo/addons/stock_barcodes_gs1 | 1 + setup/stock_barcodes_gs1/setup.py | 6 +++ stock_barcodes_gs1/README.rst | 12 ++--- stock_barcodes_gs1/__manifest__.py | 2 +- .../static/description/index.html | 48 +++++++++---------- 5 files changed, 37 insertions(+), 32 deletions(-) create mode 120000 setup/stock_barcodes_gs1/odoo/addons/stock_barcodes_gs1 create mode 100644 setup/stock_barcodes_gs1/setup.py diff --git a/setup/stock_barcodes_gs1/odoo/addons/stock_barcodes_gs1 b/setup/stock_barcodes_gs1/odoo/addons/stock_barcodes_gs1 new file mode 120000 index 000000000000..204b6b05edf9 --- /dev/null +++ b/setup/stock_barcodes_gs1/odoo/addons/stock_barcodes_gs1 @@ -0,0 +1 @@ +../../../../stock_barcodes_gs1 \ No newline at end of file diff --git a/setup/stock_barcodes_gs1/setup.py b/setup/stock_barcodes_gs1/setup.py new file mode 100644 index 000000000000..28c57bb64031 --- /dev/null +++ b/setup/stock_barcodes_gs1/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_barcodes_gs1/README.rst b/stock_barcodes_gs1/README.rst index 60c3ad61b1da..5c8c59c46177 100644 --- a/stock_barcodes_gs1/README.rst +++ b/stock_barcodes_gs1/README.rst @@ -7,7 +7,7 @@ Stock Barcodes GS1 !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ad0c96690d8f3833832648b29ab7079226d382a503c8718dfd5303d94b90349b + !! source digest: sha256:836acab56461fa5a8891a4e3179bbc8619254fe1c154f729d7afae6f99183fbb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,13 +17,13 @@ Stock Barcodes GS1 :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/15.0/stock_barcodes_gs1 + :target: https://github.com/OCA/stock-logistics-barcode/tree/16.0/stock_barcodes_gs1 :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-15-0/stock-logistics-barcode-15-0-stock_barcodes_gs1 + :target: https://translation.odoo-community.org/projects/stock-logistics-barcode-16-0/stock-logistics-barcode-16-0-stock_barcodes_gs1 :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-barcode&target_branch=15.0 + :target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/stock-logistics-barcode&target_branch=16.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -48,7 +48,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 to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -83,6 +83,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/__manifest__.py b/stock_barcodes_gs1/__manifest__.py index 73bdadaae050..f8dad66848f4 100644 --- a/stock_barcodes_gs1/__manifest__.py +++ b/stock_barcodes_gs1/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Barcodes GS1", "summary": "It provides read GS1 barcode on stock operations.", - "version": "15.0.3.1.0", + "version": "16.0.1.0.0", "author": "Tecnativa, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-barcode", "license": "AGPL-3", diff --git a/stock_barcodes_gs1/static/description/index.html b/stock_barcodes_gs1/static/description/index.html index 15fcbffddc9e..bff1987fca0b 100644 --- a/stock_barcodes_gs1/static/description/index.html +++ b/stock_barcodes_gs1/static/description/index.html @@ -1,20 +1,20 @@ + - + Stock Barcodes GS1