From d697c2fdc374d515419ee5a020e07c055c61c4e6 Mon Sep 17 00:00:00 2001 From: sergio-teruel Date: Tue, 13 Dec 2022 21:12:38 +0100 Subject: [PATCH] [MIG] stock_picking_batch_extended_account: Migration to v15.0 --- .../odoo/addons/stock_picking_batch_extended_account | 1 + setup/stock_picking_batch_extended_account/setup.py | 6 ++++++ stock_picking_batch_extended_account/README.rst | 10 +++++----- stock_picking_batch_extended_account/__manifest__.py | 2 +- .../static/description/index.html | 6 +++--- 5 files changed, 16 insertions(+), 9 deletions(-) create mode 120000 setup/stock_picking_batch_extended_account/odoo/addons/stock_picking_batch_extended_account create mode 100644 setup/stock_picking_batch_extended_account/setup.py diff --git a/setup/stock_picking_batch_extended_account/odoo/addons/stock_picking_batch_extended_account b/setup/stock_picking_batch_extended_account/odoo/addons/stock_picking_batch_extended_account new file mode 120000 index 000000000000..1e003638ae08 --- /dev/null +++ b/setup/stock_picking_batch_extended_account/odoo/addons/stock_picking_batch_extended_account @@ -0,0 +1 @@ +../../../../stock_picking_batch_extended_account \ No newline at end of file diff --git a/setup/stock_picking_batch_extended_account/setup.py b/setup/stock_picking_batch_extended_account/setup.py new file mode 100644 index 000000000000..28c57bb64031 --- /dev/null +++ b/setup/stock_picking_batch_extended_account/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_picking_batch_extended_account/README.rst b/stock_picking_batch_extended_account/README.rst index f27b890261d7..e36688c41f12 100644 --- a/stock_picking_batch_extended_account/README.rst +++ b/stock_picking_batch_extended_account/README.rst @@ -14,13 +14,13 @@ Stock batch picking account :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--workflow-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-workflow/tree/13.0/stock_picking_batch_extended_account + :target: https://github.com/OCA/stock-logistics-workflow/tree/15.0/stock_picking_batch_extended_account :alt: OCA/stock-logistics-workflow .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-workflow-13-0/stock-logistics-workflow-13-0-stock_picking_batch_extended_account + :target: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_picking_batch_extended_account :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/154/13.0 + :target: https://runbot.odoo-community.org/runbot/154/15.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -68,7 +68,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. @@ -111,6 +111,6 @@ Current `maintainer `__: |maintainer-ernestotejeda| -This module is part of the `OCA/stock-logistics-workflow `_ project on GitHub. +This module is part of the `OCA/stock-logistics-workflow `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_picking_batch_extended_account/__manifest__.py b/stock_picking_batch_extended_account/__manifest__.py index bec974dc960d..02f6a5370969 100644 --- a/stock_picking_batch_extended_account/__manifest__.py +++ b/stock_picking_batch_extended_account/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Stock batch picking account", "summary": "Generates invoices when batch is set to Done state", - "version": "13.0.1.1.1", + "version": "15.0.1.0.0", "author": "Tecnativa, Odoo Community Association (OCA)", "maintainers": ["ernestotejeda"], "development_status": "Beta", diff --git a/stock_picking_batch_extended_account/static/description/index.html b/stock_picking_batch_extended_account/static/description/index.html index 8be22af77fbb..56c1b58b2901 100644 --- a/stock_picking_batch_extended_account/static/description/index.html +++ b/stock_picking_batch_extended_account/static/description/index.html @@ -367,7 +367,7 @@

Stock batch picking account

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/stock-logistics-workflow Translate me on Weblate Try me on Runbot

This module extends the functionality of stock_picking_batch_extended to support the creation of invoices automatically when a batch is set to ‘Done’ state and to allow you to print the invoices of the @@ -418,7 +418,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.

@@ -450,7 +450,7 @@

Maintainers

promote its widespread use.

Current maintainer:

ernestotejeda

-

This module is part of the OCA/stock-logistics-workflow project on GitHub.

+

This module is part of the OCA/stock-logistics-workflow project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.