diff --git a/mrp_lot_production_date/README.rst b/mrp_lot_production_date/README.rst new file mode 100644 index 00000000000..051277e65cc --- /dev/null +++ b/mrp_lot_production_date/README.rst @@ -0,0 +1,94 @@ +======================= +MRP Lot Production Date +======================= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:63e9961d705d8237c513889cc82f91da9e55f1836fabb4684f048675b80bddc1 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png + :target: https://odoo-community.org/page/development-status + :alt: Beta +.. |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%2Fmanufacture-lightgray.png?logo=github + :target: https://github.com/OCA/manufacture/tree/18.0/mrp_lot_production_date + :alt: OCA/manufacture +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/manufacture-18-0/manufacture-18-0-mrp_lot_production_date + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/manufacture&target_branch=18.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module automatically set a production date on lots/SN produced +through the validation of manufacturing orders. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To get production dates automatically set on produced lots you need to +configure your products to be tracked by lots or serial numbers. + +Then at the validation of a manufacturing order the production date will +be set automatically on the produced lot. + +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 to smash it by providing a detailed and welcomed +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +------- + +* Camptocamp + +Contributors +------------ + +- Sébastien Alix +- Nhan Tran + +Other credits +------------- + +**Financial support** + +- Cosanum + +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. + +This module is part of the `OCA/manufacture `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/mrp_lot_production_date/__init__.py b/mrp_lot_production_date/__init__.py new file mode 100644 index 00000000000..0650744f6bc --- /dev/null +++ b/mrp_lot_production_date/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/mrp_lot_production_date/__manifest__.py b/mrp_lot_production_date/__manifest__.py new file mode 100644 index 00000000000..84baa45bf8a --- /dev/null +++ b/mrp_lot_production_date/__manifest__.py @@ -0,0 +1,19 @@ +# Copyright 2023 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) +{ + "name": "MRP Lot Production Date", + "Summary": "Set a production date automatically on produced lots/SN.", + "version": "19.0.1.0.0", + "author": "Camptocamp, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/manufacture", + "category": "Manufacturing", + "depends": [ + # core + "mrp", + # OCA/stock-logistics-workflow + "stock_lot_production_date", + ], + "installable": True, + "auto_install": True, + "license": "AGPL-3", +} diff --git a/mrp_lot_production_date/i18n/it.po b/mrp_lot_production_date/i18n/it.po new file mode 100644 index 00000000000..f0cd36f4430 --- /dev/null +++ b/mrp_lot_production_date/i18n/it.po @@ -0,0 +1,22 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_lot_production_date +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2023-12-18 09:33+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.17\n" + +#. module: mrp_lot_production_date +#: model:ir.model,name:mrp_lot_production_date.model_mrp_production +msgid "Production Order" +msgstr "Ordine di produzione" diff --git a/mrp_lot_production_date/i18n/mrp_lot_production_date.pot b/mrp_lot_production_date/i18n/mrp_lot_production_date.pot new file mode 100644 index 00000000000..b099efefe73 --- /dev/null +++ b/mrp_lot_production_date/i18n/mrp_lot_production_date.pot @@ -0,0 +1,19 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_lot_production_date +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 18.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: mrp_lot_production_date +#: model:ir.model,name:mrp_lot_production_date.model_mrp_production +msgid "Manufacturing Order" +msgstr "" diff --git a/mrp_lot_production_date/i18n/pt_BR.po b/mrp_lot_production_date/i18n/pt_BR.po new file mode 100644 index 00000000000..20377ff23d1 --- /dev/null +++ b/mrp_lot_production_date/i18n/pt_BR.po @@ -0,0 +1,20 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_lot_production_date +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 18.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: pt_BR\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: mrp_lot_production_date +#: model:ir.model,name:mrp_lot_production_date.model_mrp_production +msgid "Manufacturing Order" +msgstr "" diff --git a/mrp_lot_production_date/models/__init__.py b/mrp_lot_production_date/models/__init__.py new file mode 100644 index 00000000000..a9e5f13e42d --- /dev/null +++ b/mrp_lot_production_date/models/__init__.py @@ -0,0 +1 @@ +from . import mrp_production diff --git a/mrp_lot_production_date/models/mrp_production.py b/mrp_lot_production_date/models/mrp_production.py new file mode 100644 index 00000000000..449c3c9736f --- /dev/null +++ b/mrp_lot_production_date/models/mrp_production.py @@ -0,0 +1,14 @@ +# Copyright 2023 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +from odoo import fields, models + + +class MrpProduction(models.Model): + _inherit = "mrp.production" + + def _post_inventory(self, cancel_backorder=False): + res = super()._post_inventory(cancel_backorder=cancel_backorder) + for order in self: + order.lot_producing_ids.write({"production_date": fields.Datetime.now()}) + return res diff --git a/mrp_lot_production_date/pyproject.toml b/mrp_lot_production_date/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/mrp_lot_production_date/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/mrp_lot_production_date/readme/CONTRIBUTORS.md b/mrp_lot_production_date/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..667cf984b1a --- /dev/null +++ b/mrp_lot_production_date/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- Sébastien Alix \<\> +- Nhan Tran \<\> +- Evan Soh \<\> \ No newline at end of file diff --git a/mrp_lot_production_date/readme/CREDITS.md b/mrp_lot_production_date/readme/CREDITS.md new file mode 100644 index 00000000000..2d0a4600ba2 --- /dev/null +++ b/mrp_lot_production_date/readme/CREDITS.md @@ -0,0 +1,3 @@ +**Financial support** + +- Cosanum diff --git a/mrp_lot_production_date/readme/DESCRIPTION.md b/mrp_lot_production_date/readme/DESCRIPTION.md new file mode 100644 index 00000000000..f6ffd6bc28c --- /dev/null +++ b/mrp_lot_production_date/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +This module automatically set a production date on lots/SN produced +through the validation of manufacturing orders. diff --git a/mrp_lot_production_date/readme/USAGE.md b/mrp_lot_production_date/readme/USAGE.md new file mode 100644 index 00000000000..9f3bc503727 --- /dev/null +++ b/mrp_lot_production_date/readme/USAGE.md @@ -0,0 +1,5 @@ +To get production dates automatically set on produced lots you need to +configure your products to be tracked by lots or serial numbers. + +Then at the validation of a manufacturing order the production date will +be set automatically on the produced lot. diff --git a/mrp_lot_production_date/static/description/icon.png b/mrp_lot_production_date/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/mrp_lot_production_date/static/description/icon.png differ diff --git a/mrp_lot_production_date/static/description/index.html b/mrp_lot_production_date/static/description/index.html new file mode 100644 index 00000000000..9f41cb07768 --- /dev/null +++ b/mrp_lot_production_date/static/description/index.html @@ -0,0 +1,441 @@ + + + + + +MRP Lot Production Date + + + +
+

MRP Lot Production Date

+ + +

Beta License: AGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

+

This module automatically set a production date on lots/SN produced +through the validation of manufacturing orders.

+

Table of contents

+ +
+

Usage

+

To get production dates automatically set on produced lots you need to +configure your products to be tracked by lots or serial numbers.

+

Then at the validation of a manufacturing order the production date will +be set automatically on the produced lot.

+
+
+

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 to smash it by providing a detailed and welcomed +feedback.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Camptocamp
  • +
+
+
+

Contributors

+ +
+
+

Other credits

+

Financial support

+
    +
  • Cosanum
  • +
+
+
+

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.

+

This module is part of the OCA/manufacture project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/mrp_lot_production_date/tests/__init__.py b/mrp_lot_production_date/tests/__init__.py new file mode 100644 index 00000000000..cc8fc0208f5 --- /dev/null +++ b/mrp_lot_production_date/tests/__init__.py @@ -0,0 +1 @@ +from . import test_production_date diff --git a/mrp_lot_production_date/tests/test_production_date.py b/mrp_lot_production_date/tests/test_production_date.py new file mode 100644 index 00000000000..068512a39e6 --- /dev/null +++ b/mrp_lot_production_date/tests/test_production_date.py @@ -0,0 +1,36 @@ +# Copyright 2023 Camptocamp SA +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) + +from odoo.tests import Form + +from odoo.addons.base.tests.common import BaseCommon + + +class TestMrpLotProductionDate(BaseCommon): + @classmethod + def setUpClass(cls): + super().setUpClass() + cls.bom = cls.env.ref("mrp.mrp_bom_table_top") # Tracked by S/N + + @classmethod + def _create_manufacturing_order(cls, bom, product_qty=1): + with Form(cls.env["mrp.production"]) as form: + form.bom_id = bom + form.product_qty = product_qty + order = form.save() + order.invalidate_recordset() + return order + + @classmethod + def _validate_manufacturing_order(cls, order): + order.action_confirm() + order.action_assign() + # To ease the test we generate the lot manually, but this could be + # handled automatically by calling the 'Immediate production' wizard + order.action_generate_serial() + order.button_mark_done() + + def test_lot_production_date(self): + order = self._create_manufacturing_order(self.bom) + self._validate_manufacturing_order(order) + self.assertTrue(order.lot_producing_id.production_date)