diff --git a/setup/stock_putaway_method/odoo/addons/stock_putaway_method b/setup/stock_putaway_method/odoo/addons/stock_putaway_method new file mode 120000 index 000000000000..f265e5e262ad --- /dev/null +++ b/setup/stock_putaway_method/odoo/addons/stock_putaway_method @@ -0,0 +1 @@ +../../../../stock_putaway_method \ No newline at end of file diff --git a/setup/stock_putaway_method/setup.py b/setup/stock_putaway_method/setup.py new file mode 100644 index 000000000000..28c57bb64031 --- /dev/null +++ b/setup/stock_putaway_method/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/stock_putaway_method/README.rst b/stock_putaway_method/README.rst index 8b0e4dbb9557..7c4ca38e9af4 100644 --- a/stock_putaway_method/README.rst +++ b/stock_putaway_method/README.rst @@ -14,13 +14,13 @@ Putaway strategy method :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/14.0/stock_putaway_method + :target: https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_putaway_method :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-14-0/stock-logistics-warehouse-14-0-stock_putaway_method + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-15-0/stock-logistics-warehouse-15-0-stock_putaway_method :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/14.0 + :target: https://runbot.odoo-community.org/runbot/153/15.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -45,7 +45,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. @@ -89,6 +89,6 @@ Current `maintainer `__: |maintainer-asaunier| -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_putaway_method/__manifest__.py b/stock_putaway_method/__manifest__.py index e8619d74c54a..38e714a675cb 100644 --- a/stock_putaway_method/__manifest__.py +++ b/stock_putaway_method/__manifest__.py @@ -3,7 +3,7 @@ "name": "Putaway strategy method", "summary": "Add the putaway strategy method back, " "removed from the stock module in Odoo 12", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "category": "Inventory", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "Camptocamp SA, " "Odoo Community Association (OCA)", diff --git a/stock_putaway_method/models/product_strategy.py b/stock_putaway_method/models/product_strategy.py index 5b88584d00d1..522412832e7a 100644 --- a/stock_putaway_method/models/product_strategy.py +++ b/stock_putaway_method/models/product_strategy.py @@ -7,7 +7,6 @@ class StockPutawayRule(models.Model): method = fields.Selection( selection="_get_putaway_options", - string="Method", default="fixed", required=True, ) diff --git a/stock_putaway_method/static/description/index.html b/stock_putaway_method/static/description/index.html index 23565f6ae6c3..692f0078c12c 100644 --- a/stock_putaway_method/static/description/index.html +++ b/stock_putaway_method/static/description/index.html @@ -3,7 +3,7 @@ - + Putaway strategy method