diff --git a/stock_request_tier_validation/README.rst b/stock_request_tier_validation/README.rst index 171457d37..3eb034ddd 100644 --- a/stock_request_tier_validation/README.rst +++ b/stock_request_tier_validation/README.rst @@ -14,13 +14,13 @@ Stock Request Tier Validation :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/11.0/stock_request_tier_validation + :target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_request_tier_validation :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-11-0/stock-logistics-warehouse-11-0-stock_request_tier_validation + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_request_tier_validation :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/11.0 + :target: https://runbot.odoo-community.org/runbot/153/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -74,7 +74,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. @@ -114,6 +114,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_request_tier_validation/__init__.py b/stock_request_tier_validation/__init__.py index 31660d6a9..0650744f6 100644 --- a/stock_request_tier_validation/__init__.py +++ b/stock_request_tier_validation/__init__.py @@ -1,3 +1 @@ -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). - from . import models diff --git a/stock_request_tier_validation/__manifest__.py b/stock_request_tier_validation/__manifest__.py index 9103c6623..e0392b715 100644 --- a/stock_request_tier_validation/__manifest__.py +++ b/stock_request_tier_validation/__manifest__.py @@ -4,7 +4,7 @@ "name": "Stock Request Tier Validation", "summary": "Extends the functionality of Stock Requests to " "support a tier validation process.", - "version": "11.0.1.0.1", + "version": "12.0.1.0.0", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "Eficent, Odoo Community Association (OCA)", diff --git a/stock_request_tier_validation/models/__init__.py b/stock_request_tier_validation/models/__init__.py index 0eea293f2..91fd0df28 100644 --- a/stock_request_tier_validation/models/__init__.py +++ b/stock_request_tier_validation/models/__init__.py @@ -1,5 +1,3 @@ -# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). - from . import stock_request from . import stock_request_order from . import tier_definition diff --git a/stock_request_tier_validation/static/description/index.html b/stock_request_tier_validation/static/description/index.html index a5b9a390e..dff5607b6 100644 --- a/stock_request_tier_validation/static/description/index.html +++ b/stock_request_tier_validation/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 extends the functionality of Stock Requests and Stock Request Orders to support a tier validation process.

Table of contents

@@ -427,7 +427,7 @@ her/him to request a validation.

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.

@@ -461,7 +461,7 @@ If you spotted it first, help us smashing 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_request_tier_validation/views/stock_request_order_view.xml b/stock_request_tier_validation/views/stock_request_order_view.xml index 9a472107d..d19ba13c0 100644 --- a/stock_request_tier_validation/views/stock_request_order_view.xml +++ b/stock_request_tier_validation/views/stock_request_order_view.xml @@ -27,6 +27,7 @@