diff --git a/stock_orderpoint_generator/README.rst b/stock_orderpoint_generator/README.rst index fbb92b42c52e..375015bad6a9 100644 --- a/stock_orderpoint_generator/README.rst +++ b/stock_orderpoint_generator/README.rst @@ -13,14 +13,14 @@ Order point generator .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :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/13.0/stock_orderpoint_generator - :alt: OCA/stock-logistics-warehouse +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--promotion-lightgray.png?logo=github + :target: https://github.com/OCA/sale-promotion/tree/15.0/stock_orderpoint_generator + :alt: OCA/sale-promotion .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-13-0/stock-logistics-warehouse-13-0-stock_orderpoint_generator + :target: https://translation.odoo-community.org/projects/sale-promotion-15-0/sale-promotion-15-0-stock_orderpoint_generator :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/13.0 + :target: https://runbot.odoo-community.org/runbot/296/15.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -77,10 +77,10 @@ feature on products that have Automatic Reordering Rules Templates. Bug Tracker =========== -Bugs are tracked on `GitHub Issues `_. +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. @@ -119,6 +119,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/sale-promotion `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_orderpoint_generator/__manifest__.py b/stock_orderpoint_generator/__manifest__.py index f10ecce00d6b..86a966dcd46e 100644 --- a/stock_orderpoint_generator/__manifest__.py +++ b/stock_orderpoint_generator/__manifest__.py @@ -5,8 +5,8 @@ { "name": "Order point generator", "summary": "Mass configuration of stock order points", - "version": "13.0.2.0.0", - "author": "Camptocamp, " "Tecnativa, " "Odoo Community Association (OCA)", + "version": "15.0.1.0.0", + "author": "Camptocamp, Tecnativa, Odoo Community Association (OCA)", "category": "Warehouse", "license": "AGPL-3", "website": "https://github.com/OCA/stock-logistics-warehouse", @@ -18,5 +18,4 @@ "security/ir.model.access.csv", ], "installable": True, - "auto_install": False, } diff --git a/stock_orderpoint_generator/security/ir.model.access.csv b/stock_orderpoint_generator/security/ir.model.access.csv index d6a748cc256b..7583f98b237b 100644 --- a/stock_orderpoint_generator/security/ir.model.access.csv +++ b/stock_orderpoint_generator/security/ir.model.access.csv @@ -1,2 +1,3 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_stock_warehouse_orderpoint_template,stock.warehouse.manage,model_stock_warehouse_orderpoint_template,stock.group_stock_manager,1,1,1,1 +stock_orderpoint_generator.access_stock_warehouse_orderpoint_generator,access_stock_warehouse_orderpoint_generator,stock_orderpoint_generator.model_stock_warehouse_orderpoint_generator,stock.group_stock_manager,1,1,1,1 diff --git a/stock_orderpoint_generator/static/description/index.html b/stock_orderpoint_generator/static/description/index.html index bc83f7682a74..003f4d14e54a 100644 --- a/stock_orderpoint_generator/static/description/index.html +++ b/stock_orderpoint_generator/static/description/index.html @@ -3,7 +3,7 @@ - + Order point generator