From b5c1f8dcc4af7a71c5e66630bcb579a88a00bd0a Mon Sep 17 00:00:00 2001 From: sergio-teruel Date: Wed, 25 May 2022 22:29:32 +0200 Subject: [PATCH] [MIG] stock_picking_report_custom_description: Migration to v13.0 --- .../addons/stock_picking_report_custom_description | 1 + setup/stock_picking_report_custom_description/setup.py | 6 ++++++ stock_picking_report_custom_description/README.rst | 10 +++++----- .../__manifest__.py | 4 ++-- .../static/description/index.html | 6 +++--- .../views/report_deliveryslip.xml | 7 +++++-- 6 files changed, 22 insertions(+), 12 deletions(-) create mode 120000 setup/stock_picking_report_custom_description/odoo/addons/stock_picking_report_custom_description create mode 100644 setup/stock_picking_report_custom_description/setup.py diff --git a/setup/stock_picking_report_custom_description/odoo/addons/stock_picking_report_custom_description b/setup/stock_picking_report_custom_description/odoo/addons/stock_picking_report_custom_description new file mode 120000 index 0000000..fa882a4 --- /dev/null +++ b/setup/stock_picking_report_custom_description/odoo/addons/stock_picking_report_custom_description @@ -0,0 +1 @@ +../../../../stock_picking_report_custom_description \ No newline at end of file diff --git a/setup/stock_picking_report_custom_description/setup.py b/setup/stock_picking_report_custom_description/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/stock_picking_report_custom_description/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_picking_report_custom_description/README.rst b/stock_picking_report_custom_description/README.rst index cc114fe..dbb8549 100644 --- a/stock_picking_report_custom_description/README.rst +++ b/stock_picking_report_custom_description/README.rst @@ -14,13 +14,13 @@ Stock Picking Report Custom Description :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--reporting-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-reporting/tree/12.0/stock_picking_report_custom_description + :target: https://github.com/OCA/stock-logistics-reporting/tree/13.0/stock_picking_report_custom_description :alt: OCA/stock-logistics-reporting .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-12-0/stock-logistics-reporting-12-0-stock_picking_report_custom_description + :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-13-0/stock-logistics-reporting-13-0-stock_picking_report_custom_description :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/151/12.0 + :target: https://runbot.odoo-community.org/runbot/151/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -47,7 +47,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. @@ -86,6 +86,6 @@ Current `maintainer `__: |maintainer-carlosdauden| -This module is part of the `OCA/stock-logistics-reporting `_ project on GitHub. +This module is part of the `OCA/stock-logistics-reporting `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_picking_report_custom_description/__manifest__.py b/stock_picking_report_custom_description/__manifest__.py index ea3ee89..f851f67 100644 --- a/stock_picking_report_custom_description/__manifest__.py +++ b/stock_picking_report_custom_description/__manifest__.py @@ -6,14 +6,14 @@ { "name": "Stock Picking Report Custom Description", "summary": "Show moves description in picking reports", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "category": "Warehouse", "website": "https://github.com/OCA/stock-logistics-reporting", "author": "Tecnativa, " "Odoo Community Association (OCA)", "development_status": "Production/Stable", "maintainers": ["carlosdauden"], "license": "AGPL-3", - "depends": ["stock",], + "depends": ["stock"], "data": [ "views/report_deliveryslip.xml", "views/report_stockpicking_operations.xml", diff --git a/stock_picking_report_custom_description/static/description/index.html b/stock_picking_report_custom_description/static/description/index.html index c4be9ea..8b9100b 100644 --- a/stock_picking_report_custom_description/static/description/index.html +++ b/stock_picking_report_custom_description/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Production/Stable License: AGPL-3 OCA/stock-logistics-reporting Translate me on Weblate Try me on Runbot

+

Production/Stable License: AGPL-3 OCA/stock-logistics-reporting Translate me on Weblate Try me on Runbot

This module allows to print moves description in picking reports.

Table of contents

@@ -396,7 +396,7 @@ instead product name.

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.

@@ -423,7 +423,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainer:

carlosdauden

-

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

+

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

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

diff --git a/stock_picking_report_custom_description/views/report_deliveryslip.xml b/stock_picking_report_custom_description/views/report_deliveryslip.xml index 138951a..64bb200 100644 --- a/stock_picking_report_custom_description/views/report_deliveryslip.xml +++ b/stock_picking_report_custom_description/views/report_deliveryslip.xml @@ -7,11 +7,14 @@ priority="99" primary="True" > - + move.name move_line.move_id.name