diff --git a/stock_change_qty_reason/README.rst b/stock_change_qty_reason/README.rst index b03cf7a04..6e227adff 100644 --- a/stock_change_qty_reason/README.rst +++ b/stock_change_qty_reason/README.rst @@ -14,13 +14,13 @@ Stock Change Quantity Reason :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_change_qty_reason + :target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_change_qty_reason :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_change_qty_reason + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_change_qty_reason :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| @@ -61,7 +61,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. @@ -94,6 +94,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_change_qty_reason/__manifest__.py b/stock_change_qty_reason/__manifest__.py index 00ea56466..d7d65b267 100644 --- a/stock_change_qty_reason/__manifest__.py +++ b/stock_change_qty_reason/__manifest__.py @@ -8,7 +8,7 @@ 'author': 'ACSONE SA/NV, Odoo Community Association (OCA)', 'website': "https://github.com/OCA/stock-logistics-warehouse", 'category': 'Warehouse Management', - 'version': '11.0.2.0.0', + 'version': '12.0.1.0.0', 'license': 'AGPL-3', 'depends': [ 'stock', diff --git a/stock_change_qty_reason/models/stock_inventory_line_reason.py b/stock_change_qty_reason/models/stock_inventory_line_reason.py index b20bdf216..3b82a0e28 100644 --- a/stock_change_qty_reason/models/stock_inventory_line_reason.py +++ b/stock_change_qty_reason/models/stock_inventory_line_reason.py @@ -6,6 +6,7 @@ from odoo import fields, models class StockInventoryLineReason(models.Model): _name = 'stock.inventory.line.reason' + _description = 'Stock Inventory Line Reason' name = fields.Char('Reason Name') description = fields.Text('Reason Description') diff --git a/stock_change_qty_reason/static/description/index.html b/stock_change_qty_reason/static/description/index.html index 13cc2fc68..207d9630c 100644 --- a/stock_change_qty_reason/static/description/index.html +++ b/stock_change_qty_reason/static/description/index.html @@ -3,7 +3,7 @@ - + Stock Change Quantity Reason