diff --git a/stock_quant_reservation_info_mrp/README.rst b/stock_quant_reservation_info_mrp/README.rst index 90a1256a8..d3d649899 100644 --- a/stock_quant_reservation_info_mrp/README.rst +++ b/stock_quant_reservation_info_mrp/README.rst @@ -17,18 +17,19 @@ Stock Move Reservation Info MRP :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--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_quant_reservation_info_mrp + :target: https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_quant_reservation_info_mrp :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_quant_reservation_info_mrp + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-16-0/stock-logistics-warehouse-16-0-stock_quant_reservation_info_mrp :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-warehouse&target_branch=15.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-warehouse&target_branch=16.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module allows to look which pickings, manufacture orders, etc. are reserving the products and check the following source. +This module allows to easily find out which transfers or manufacturing orders +are reserving a product and navigate to those transfers or MOs. **Table of contents** @@ -46,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 to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -62,6 +63,7 @@ Contributors ~~~~~~~~~~~~ * David Jiménez +* Lois Rilo Maintainers ~~~~~~~~~~~ @@ -76,6 +78,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-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_quant_reservation_info_mrp/__manifest__.py b/stock_quant_reservation_info_mrp/__manifest__.py index 599be29dc..01ce136e8 100644 --- a/stock_quant_reservation_info_mrp/__manifest__.py +++ b/stock_quant_reservation_info_mrp/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Stock Move Reservation Info MRP", "summary": "Allows to see the manufacturing order related to the reserved info of Products", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/stock-logistics-warehouse", "category": "Generic", diff --git a/stock_quant_reservation_info_mrp/readme/CONTRIBUTORS.rst b/stock_quant_reservation_info_mrp/readme/CONTRIBUTORS.rst index fcd081018..163495e5c 100644 --- a/stock_quant_reservation_info_mrp/readme/CONTRIBUTORS.rst +++ b/stock_quant_reservation_info_mrp/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ * David Jiménez +* Lois Rilo diff --git a/stock_quant_reservation_info_mrp/readme/DESCRIPTION.rst b/stock_quant_reservation_info_mrp/readme/DESCRIPTION.rst index 5ccbe26f3..49a0fcb5b 100644 --- a/stock_quant_reservation_info_mrp/readme/DESCRIPTION.rst +++ b/stock_quant_reservation_info_mrp/readme/DESCRIPTION.rst @@ -1 +1,2 @@ -This module allows to look which pickings, manufacture orders, etc. are reserving the products and check the following source. +This module allows to easily find out which transfers or manufacturing orders +are reserving a product and navigate to those transfers or MOs. diff --git a/stock_quant_reservation_info_mrp/static/description/index.html b/stock_quant_reservation_info_mrp/static/description/index.html index 184312dcb..bbe98713d 100644 --- a/stock_quant_reservation_info_mrp/static/description/index.html +++ b/stock_quant_reservation_info_mrp/static/description/index.html @@ -368,8 +368,9 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:f65e6c00e15fb770807b8f7ed1f09de7b0bdbfcf6a418ab3285c719015e24a00 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

This module allows to look which pickings, manufacture orders, etc. are reserving the products and check the following source.

+

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

+

This module allows to easily find out which transfers or manufacturing orders +are reserving a product and navigate to those transfers or MOs.

Table of contents

    @@ -392,7 +393,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 to smash it by providing a detailed and welcomed -feedback.

    +feedback.

    Do not contact contributors directly about support or help with technical issues.

@@ -407,6 +408,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

Contributors

@@ -416,7 +418,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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-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_quant_reservation_info_mrp/views/stock_move_line.xml b/stock_quant_reservation_info_mrp/views/stock_move_line.xml index 98b4e963c..0184c94d2 100644 --- a/stock_quant_reservation_info_mrp/views/stock_move_line.xml +++ b/stock_quant_reservation_info_mrp/views/stock_move_line.xml @@ -31,6 +31,7 @@ name="production_id" string="Manufacturing Order" attrs="{'invisible': [('production_id', '=', False)]}" + readonly="1" />