From 425a2601d1dbc09e0307e68dae0563ca7ce65e4e Mon Sep 17 00:00:00 2001 From: Manuel Calero Date: Wed, 26 May 2021 20:40:56 +0200 Subject: [PATCH] [MIG] stock_production_lot_quantity_tree: Migration to 13.0 --- .../addons/stock_production_lot_quantity_tree | 1 + .../setup.py | 6 +++++ .../__manifest__.py | 22 ++++++++----------- .../readme/CONTRIBUTORS.rst | 4 ++++ .../static/description/index.html | 7 +++--- .../views/stock_production_lot.xml | 11 ++++++---- 6 files changed, 31 insertions(+), 20 deletions(-) create mode 120000 setup/stock_production_lot_quantity_tree/odoo/addons/stock_production_lot_quantity_tree create mode 100644 setup/stock_production_lot_quantity_tree/setup.py diff --git a/setup/stock_production_lot_quantity_tree/odoo/addons/stock_production_lot_quantity_tree b/setup/stock_production_lot_quantity_tree/odoo/addons/stock_production_lot_quantity_tree new file mode 120000 index 000000000..79b737149 --- /dev/null +++ b/setup/stock_production_lot_quantity_tree/odoo/addons/stock_production_lot_quantity_tree @@ -0,0 +1 @@ +../../../../stock_production_lot_quantity_tree \ No newline at end of file diff --git a/setup/stock_production_lot_quantity_tree/setup.py b/setup/stock_production_lot_quantity_tree/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/stock_production_lot_quantity_tree/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_production_lot_quantity_tree/__manifest__.py b/stock_production_lot_quantity_tree/__manifest__.py index 14f43302a..9db117b24 100644 --- a/stock_production_lot_quantity_tree/__manifest__.py +++ b/stock_production_lot_quantity_tree/__manifest__.py @@ -2,18 +2,14 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { - 'name': 'Stock Production Lot Quantity Tree', - 'summary': """ + "name": "Stock Production Lot Quantity Tree", + "summary": """ Allows to display product quantity field on production lot tree view""", - 'version': '12.0.1.0.0', - 'license': 'AGPL-3', - 'author': 'ACSONE SA/NV,Odoo Community Association (OCA)', - 'maintainers': ['rousseldenis'], - 'website': 'https://github.com/OCA/stock-logistics-warehouse', - 'depends': [ - 'stock', - ], - 'data': [ - 'views/stock_production_lot.xml', - ], + "version": "13.0.1.0.0", + "license": "AGPL-3", + "author": "ACSONE SA/NV,Odoo Community Association (OCA)", + "maintainers": ["rousseldenis"], + "website": "https://github.com/OCA/stock-logistics-warehouse", + "depends": ["stock"], + "data": ["views/stock_production_lot.xml"], } diff --git a/stock_production_lot_quantity_tree/readme/CONTRIBUTORS.rst b/stock_production_lot_quantity_tree/readme/CONTRIBUTORS.rst index 9179ee4b8..e55baa581 100644 --- a/stock_production_lot_quantity_tree/readme/CONTRIBUTORS.rst +++ b/stock_production_lot_quantity_tree/readme/CONTRIBUTORS.rst @@ -1 +1,5 @@ * Denis Roussel + +* `Xtendoo `_: + + * Manuel Calero diff --git a/stock_production_lot_quantity_tree/static/description/index.html b/stock_production_lot_quantity_tree/static/description/index.html index d236c1d54..f9d54f7e6 100644 --- a/stock_production_lot_quantity_tree/static/description/index.html +++ b/stock_production_lot_quantity_tree/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module allows to display the lot quantity on its tree view.

Table of contents

@@ -386,7 +386,7 @@ ul.auto-toc {

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.

@@ -401,6 +401,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

Contributors

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

Current maintainer:

rousseldenis

-

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

+

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

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

diff --git a/stock_production_lot_quantity_tree/views/stock_production_lot.xml b/stock_production_lot_quantity_tree/views/stock_production_lot.xml index d9c4513eb..6adce60fc 100644 --- a/stock_production_lot_quantity_tree/views/stock_production_lot.xml +++ b/stock_production_lot_quantity_tree/views/stock_production_lot.xml @@ -1,14 +1,17 @@ - + - stock.production.lot.tree (in stock_production_lot_quantity_tree) + stock.production.lot.tree (in stock_production_lot_quantity_tree) + stock.production.lot - + - +