diff --git a/stock_warehouse_orderpoint_stock_info_unreserved/README.rst b/stock_warehouse_orderpoint_stock_info_unreserved/README.rst index b342ecf2e..0ea065f99 100644 --- a/stock_warehouse_orderpoint_stock_info_unreserved/README.rst +++ b/stock_warehouse_orderpoint_stock_info_unreserved/README.rst @@ -14,13 +14,13 @@ Stock Warehouse Orderpoint Stock Info Unreserved :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/12.0/stock_warehouse_orderpoint_stock_info_unreserved + :target: https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_warehouse_orderpoint_stock_info_unreserved :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-12-0/stock-logistics-warehouse-12-0-stock_warehouse_orderpoint_stock_info_unreserved + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_warehouse_orderpoint_stock_info_unreserved :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/12.0 + :target: https://runbot.odoo-community.org/runbot/153/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -38,7 +38,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. @@ -55,6 +55,7 @@ Contributors * Jordi Ballester Alomar * Saran Limpajitkutaporn +* Pimolnat Suntian Maintainers ~~~~~~~~~~~ @@ -69,6 +70,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_warehouse_orderpoint_stock_info_unreserved/models/stock_warehouse_orderpoint.py b/stock_warehouse_orderpoint_stock_info_unreserved/models/stock_warehouse_orderpoint.py index c4572819d..904292f2b 100644 --- a/stock_warehouse_orderpoint_stock_info_unreserved/models/stock_warehouse_orderpoint.py +++ b/stock_warehouse_orderpoint_stock_info_unreserved/models/stock_warehouse_orderpoint.py @@ -4,7 +4,7 @@ from collections import defaultdict -from odoo import api, fields, models +from odoo import fields, models class StockWarehouseOrderpoint(models.Model): @@ -15,7 +15,6 @@ class StockWarehouseOrderpoint(models.Model): compute="_compute_product_available_qty", ) - @api.multi def _compute_product_available_qty(self): super()._compute_product_available_qty() op_by_loc = defaultdict(set) diff --git a/stock_warehouse_orderpoint_stock_info_unreserved/readme/CONTRIBUTORS.rst b/stock_warehouse_orderpoint_stock_info_unreserved/readme/CONTRIBUTORS.rst index b4f804e31..02069b391 100644 --- a/stock_warehouse_orderpoint_stock_info_unreserved/readme/CONTRIBUTORS.rst +++ b/stock_warehouse_orderpoint_stock_info_unreserved/readme/CONTRIBUTORS.rst @@ -1,2 +1,3 @@ * Jordi Ballester Alomar * Saran Limpajitkutaporn +* Pimolnat Suntian diff --git a/stock_warehouse_orderpoint_stock_info_unreserved/static/description/index.html b/stock_warehouse_orderpoint_stock_info_unreserved/static/description/index.html index 89de9b4de..5db6299a9 100644 --- a/stock_warehouse_orderpoint_stock_info_unreserved/static/description/index.html +++ b/stock_warehouse_orderpoint_stock_info_unreserved/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 modules allows to display the availability of stock on hand and unreserved on a reordering rule.

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.

@@ -402,6 +402,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
@@ -411,7 +412,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.