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 new file mode 100644 index 000000000000..7c4ca38e9af4 --- /dev/null +++ b/stock_putaway_method/README.rst @@ -0,0 +1,94 @@ +======================= +Putaway strategy method +======================= + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png + :target: https://odoo-community.org/page/development-status + :alt: Production/Stable +.. |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/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-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/15.0 + :alt: Try me on Runbot + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module adds the putaway strategy method back, removed from the stock module in Odoo 12. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +* Create your own new module to implement new putaway strategies +* Extend the method `_get_putaway_options` to add your new method in the list + of available strategies + +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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Camptocamp SA + +Contributors +~~~~~~~~~~~~ + +* Camptocamp + + * Alexandre Saunier + +* Open Source Integrators + + * Maxime Chambreuil + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +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. + +.. |maintainer-asaunier| image:: https://github.com/asaunier.png?size=40px + :target: https://github.com/asaunier + :alt: asaunier + +Current `maintainer `__: + +|maintainer-asaunier| + +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/__init__.py b/stock_putaway_method/__init__.py new file mode 100644 index 000000000000..02179fb0440b --- /dev/null +++ b/stock_putaway_method/__init__.py @@ -0,0 +1,2 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from . import models diff --git a/stock_putaway_method/__manifest__.py b/stock_putaway_method/__manifest__.py new file mode 100644 index 000000000000..38e714a675cb --- /dev/null +++ b/stock_putaway_method/__manifest__.py @@ -0,0 +1,15 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +{ + "name": "Putaway strategy method", + "summary": "Add the putaway strategy method back, " + "removed from the stock module in Odoo 12", + "version": "15.0.1.0.0", + "category": "Inventory", + "website": "https://github.com/OCA/stock-logistics-warehouse", + "author": "Camptocamp SA, " "Odoo Community Association (OCA)", + "license": "AGPL-3", + "depends": ["product", "stock"], + "data": ["views/product_strategy_views.xml"], + "development_status": "Production/Stable", + "maintainers": ["asaunier"], +} diff --git a/stock_putaway_method/i18n/cs_CZ.po b/stock_putaway_method/i18n/cs_CZ.po new file mode 100644 index 000000000000..9d3eeb7f9b60 --- /dev/null +++ b/stock_putaway_method/i18n/cs_CZ.po @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_putaway_method +# +# Translators: +# Lukáš Spurný , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: Lukáš Spurný , 2018\n" +"Language-Team: Czech (Czech Republic) (https://www.transifex.com/oca/" +"teams/23907/cs_CZ/)\n" +"Language: cs_CZ\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. module: stock_putaway_method +#: model:ir.model.fields,field_description:stock_putaway_method.field_product_putaway__method +msgid "Method" +msgstr "Metoda" + +#. module: stock_putaway_method +#: model:ir.model,name:stock_putaway_method.model_product_putaway +msgid "Put Away Strategy" +msgstr "Strategie vyřazení" + +#~ msgid "Fixed Locations Per Categories" +#~ msgstr "Upravené umístění podle kategorií" + +#~ msgid "Putaway" +#~ msgstr "Dát pryč" diff --git a/stock_putaway_method/i18n/fr.po b/stock_putaway_method/i18n/fr.po new file mode 100644 index 000000000000..9950ee8e6530 --- /dev/null +++ b/stock_putaway_method/i18n/fr.po @@ -0,0 +1,35 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_putaway_method +# +# Translators: +# Quentin THEURET , 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-02 03:44+0000\n" +"PO-Revision-Date: 2018-03-02 03:44+0000\n" +"Last-Translator: Quentin THEURET , 2018\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: stock_putaway_method +#: model:ir.model.fields,field_description:stock_putaway_method.field_product_putaway__method +msgid "Method" +msgstr "Méthode" + +#. module: stock_putaway_method +#: model:ir.model,name:stock_putaway_method.model_product_putaway +msgid "Put Away Strategy" +msgstr "Stratégie de rangement" + +#~ msgid "Fixed Locations Per Categories" +#~ msgstr "Emplacement fixe par catégories" + +#~ msgid "Putaway" +#~ msgstr "Rangement" diff --git a/stock_putaway_method/i18n/it.po b/stock_putaway_method/i18n/it.po new file mode 100644 index 000000000000..dae5e3df7215 --- /dev/null +++ b/stock_putaway_method/i18n/it.po @@ -0,0 +1,42 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_putaway_method +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2022-10-24 12:43+0000\n" +"Last-Translator: mymage \n" +"Language-Team: none\n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.14.1\n" + +#. module: stock_putaway_method +#: model:ir.model.fields,field_description:stock_putaway_method.field_stock_putaway_rule__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: stock_putaway_method +#: model:ir.model.fields,field_description:stock_putaway_method.field_stock_putaway_rule__id +msgid "ID" +msgstr "ID" + +#. module: stock_putaway_method +#: model:ir.model.fields,field_description:stock_putaway_method.field_stock_putaway_rule____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: stock_putaway_method +#: model:ir.model.fields,field_description:stock_putaway_method.field_stock_putaway_rule__method +msgid "Method" +msgstr "Metodo" + +#. module: stock_putaway_method +#: model:ir.model,name:stock_putaway_method.model_stock_putaway_rule +msgid "Putaway Rule" +msgstr "Regola stoccaggio" diff --git a/stock_putaway_method/i18n/stock_putaway_method.pot b/stock_putaway_method/i18n/stock_putaway_method.pot new file mode 100644 index 000000000000..2c2cb27ab942 --- /dev/null +++ b/stock_putaway_method/i18n/stock_putaway_method.pot @@ -0,0 +1,39 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * stock_putaway_method +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: stock_putaway_method +#: model:ir.model.fields,field_description:stock_putaway_method.field_stock_putaway_rule__display_name +msgid "Display Name" +msgstr "" + +#. module: stock_putaway_method +#: model:ir.model.fields,field_description:stock_putaway_method.field_stock_putaway_rule__id +msgid "ID" +msgstr "" + +#. module: stock_putaway_method +#: model:ir.model.fields,field_description:stock_putaway_method.field_stock_putaway_rule____last_update +msgid "Last Modified on" +msgstr "" + +#. module: stock_putaway_method +#: model:ir.model.fields,field_description:stock_putaway_method.field_stock_putaway_rule__method +msgid "Method" +msgstr "" + +#. module: stock_putaway_method +#: model:ir.model,name:stock_putaway_method.model_stock_putaway_rule +msgid "Putaway Rule" +msgstr "" diff --git a/stock_putaway_method/models/__init__.py b/stock_putaway_method/models/__init__.py new file mode 100644 index 000000000000..39f0f528bb2f --- /dev/null +++ b/stock_putaway_method/models/__init__.py @@ -0,0 +1,2 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from . import product_strategy diff --git a/stock_putaway_method/models/product_strategy.py b/stock_putaway_method/models/product_strategy.py new file mode 100644 index 000000000000..522412832e7a --- /dev/null +++ b/stock_putaway_method/models/product_strategy.py @@ -0,0 +1,16 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from odoo import api, fields, models + + +class StockPutawayRule(models.Model): + _inherit = "stock.putaway.rule" + + method = fields.Selection( + selection="_get_putaway_options", + default="fixed", + required=True, + ) + + @api.model + def _get_putaway_options(self): + return [("fixed", "Fixed Location")] diff --git a/stock_putaway_method/readme/CONTRIBUTORS.rst b/stock_putaway_method/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000000..010c07023f9e --- /dev/null +++ b/stock_putaway_method/readme/CONTRIBUTORS.rst @@ -0,0 +1,7 @@ +* Camptocamp + + * Alexandre Saunier + +* Open Source Integrators + + * Maxime Chambreuil diff --git a/stock_putaway_method/readme/DESCRIPTION.rst b/stock_putaway_method/readme/DESCRIPTION.rst new file mode 100644 index 000000000000..5853ff4bad9c --- /dev/null +++ b/stock_putaway_method/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +This module adds the putaway strategy method back, removed from the stock module in Odoo 12. diff --git a/stock_putaway_method/readme/USAGE.rst b/stock_putaway_method/readme/USAGE.rst new file mode 100644 index 000000000000..7fb629644bc2 --- /dev/null +++ b/stock_putaway_method/readme/USAGE.rst @@ -0,0 +1,3 @@ +* Create your own new module to implement new putaway strategies +* Extend the method `_get_putaway_options` to add your new method in the list + of available strategies diff --git a/stock_putaway_method/static/description/icon.png b/stock_putaway_method/static/description/icon.png new file mode 100644 index 000000000000..3a0328b516c4 Binary files /dev/null and b/stock_putaway_method/static/description/icon.png differ diff --git a/stock_putaway_method/static/description/index.html b/stock_putaway_method/static/description/index.html new file mode 100644 index 000000000000..692f0078c12c --- /dev/null +++ b/stock_putaway_method/static/description/index.html @@ -0,0 +1,437 @@ + + + + + + +Putaway strategy method + + + +
+

Putaway strategy method

+ + +

Production/Stable License: AGPL-3 OCA/stock-logistics-warehouse Translate me on Weblate Try me on Runbot

+

This module adds the putaway strategy method back, removed from the stock module in Odoo 12.

+

Table of contents

+ +
+

Usage

+
    +
  • Create your own new module to implement new putaway strategies
  • +
  • Extend the method _get_putaway_options to add your new method in the list +of available strategies
  • +
+
+
+

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.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Camptocamp SA
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

Current maintainer:

+

asaunier

+

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/tests/__init__.py b/stock_putaway_method/tests/__init__.py new file mode 100644 index 000000000000..9b98682b00b1 --- /dev/null +++ b/stock_putaway_method/tests/__init__.py @@ -0,0 +1,2 @@ +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). +from . import test_putaway_method diff --git a/stock_putaway_method/tests/test_putaway_method.py b/stock_putaway_method/tests/test_putaway_method.py new file mode 100644 index 000000000000..83e97b4e9d6c --- /dev/null +++ b/stock_putaway_method/tests/test_putaway_method.py @@ -0,0 +1,12 @@ +# Copyright 2018 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). + +from odoo.tests.common import TransactionCase + + +class TestPutawayMethod(TransactionCase): + + # Check if "fixed" is a valid putaway method + def test_01_putaway_methods(self): + field_method = self.env["stock.putaway.rule"]._fields.get("method") + self.assertIn("fixed", field_method.get_values(self.env)) diff --git a/stock_putaway_method/views/product_strategy_views.xml b/stock_putaway_method/views/product_strategy_views.xml new file mode 100644 index 000000000000..63a1813f9982 --- /dev/null +++ b/stock_putaway_method/views/product_strategy_views.xml @@ -0,0 +1,19 @@ + + + + stock.putaway.rule.form.method + stock.putaway.rule + + + + + + + {'invisible': [('method', '!=', 'fixed')]} + + + + +