diff --git a/mrp_warehouse_calendar/README.rst b/mrp_warehouse_calendar/README.rst new file mode 100644 index 0000000000..ba4a35fa1b --- /dev/null +++ b/mrp_warehouse_calendar/README.rst @@ -0,0 +1,130 @@ +====================== +MRP Warehouse Calendar +====================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:18cdb9aea24afa77c86c9bf4c578ce490415389ba52053aabd18c04b457002eb + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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-LGPL--3-blue.png + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html + :alt: License: LGPL-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_warehouse_calendar + :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_warehouse_calendar + :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 ensures that manufacturing orders created from procurements +respect the calendar assigned to the warehouse associated with the +manufacturing order's picking type. The planned start date of the +manufacturing order is calculated based on the product's manufacturing +lead time and the working schedules defined in the warehouse calendar. + +Additionally, any manual rescheduling of the start or end date of a +manufacturing order will also take the lead time into account, following +the working days defined by the warehouse calendar. + +**Table of contents** + +.. contents:: + :local: + +Configuration +============= + +- This module depends on + `stock_warehouse_calendar `__ +- Go to *Settings* and activate the developer mode. |Developer mode| +- Go to *Settings > Technical > Resource > Working Schedules* and + define your resource calendar. |Working Schedules| +- Go to *Inventory > Configuration > Warehouse Management > Warehouses* + and assign the Working Schedule. |Warehouse Management| + +.. |Developer mode| image:: https://raw.githubusercontent.com/OCA/manufacture/18.0/mrp_warehouse_calendar/static/description/developer_mode.gif +.. |Working Schedules| image:: https://raw.githubusercontent.com/OCA/manufacture/18.0/mrp_warehouse_calendar/static/description/working_schedules.gif +.. |Warehouse Management| image:: https://raw.githubusercontent.com/OCA/manufacture/18.0/mrp_warehouse_calendar/static/description/warehouse_management.gif + +Usage +===== + +When a manufacturing order is created out of a procurement evaluation +(from an orderpoint, MTO,...) the calendar is considered in the +computation of the planned start date of the manufacturing order. + +For example, if it takes 1 day to manufacture a product and it is +required for Monday: |Replenish| + +the manufacturing order will be created with planned start date on the +previous Friday, if the warehouse operates under a Mo-Fri working +calendar. |Manufacturing Order| + +Manual changes to the start or end date of a manufacturing order will +also respect the lead time and the warehouse calendar's working days. +|Manual change day| + +.. |Replenish| image:: https://raw.githubusercontent.com/OCA/manufacture/18.0/mrp_warehouse_calendar/static/description/replenish.png +.. |Manufacturing Order| image:: https://raw.githubusercontent.com/OCA/manufacture/18.0/mrp_warehouse_calendar/static/description/manufacturing_order.png +.. |Manual change day| image:: https://raw.githubusercontent.com/OCA/manufacture/18.0/mrp_warehouse_calendar/static/description/change_day.gif + +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 +------- + +* ForgeFlow + +Contributors +------------ + +- Jordi Ballester +- Lois Rilo + +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-JordiBForgeFlow| image:: https://github.com/JordiBForgeFlow.png?size=40px + :target: https://github.com/JordiBForgeFlow + :alt: JordiBForgeFlow + +Current `maintainer `__: + +|maintainer-JordiBForgeFlow| + +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_warehouse_calendar/__init__.py b/mrp_warehouse_calendar/__init__.py new file mode 100644 index 0000000000..0650744f6b --- /dev/null +++ b/mrp_warehouse_calendar/__init__.py @@ -0,0 +1 @@ +from . import models diff --git a/mrp_warehouse_calendar/__manifest__.py b/mrp_warehouse_calendar/__manifest__.py new file mode 100644 index 0000000000..f5ab1091f7 --- /dev/null +++ b/mrp_warehouse_calendar/__manifest__.py @@ -0,0 +1,16 @@ +# Copyright 2021 ForgeFlow S.L. (https://www.forgeflow.com) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +{ + "name": "MRP Warehouse Calendar", + "summary": "Considers the warehouse calendars in manufacturing", + "version": "18.0.1.0.0", + "license": "LGPL-3", + "website": "https://github.com/OCA/manufacture", + "author": "ForgeFlow, Odoo Community Association (OCA)", + "category": "Manufacturing", + "depends": ["mrp", "stock_warehouse_calendar"], + "installable": True, + "development_status": "Production/Stable", + "maintainers": ["JordiBForgeFlow"], +} diff --git a/mrp_warehouse_calendar/i18n/de.po b/mrp_warehouse_calendar/i18n/de.po new file mode 100644 index 0000000000..0e3f51dd0c --- /dev/null +++ b/mrp_warehouse_calendar/i18n/de.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_warehouse_calendar +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2018-12-09 10:43+0000\n" +"Last-Translator: Maria Sparenberg \n" +"Language-Team: none\n" +"Language: de\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 3.3\n" + +#. module: mrp_warehouse_calendar +#: model:ir.model,name:mrp_warehouse_calendar.model_mrp_production +#, fuzzy +msgid "Production Order" +msgstr "Fertigungsauftrag" + +#. module: mrp_warehouse_calendar +#: model:ir.model,name:mrp_warehouse_calendar.model_stock_rule +msgid "Stock Rule" +msgstr "" + +#~ msgid "Procurement Rule" +#~ msgstr "Beschaffungsregel" diff --git a/mrp_warehouse_calendar/i18n/es.po b/mrp_warehouse_calendar/i18n/es.po new file mode 100644 index 0000000000..3001dd4935 --- /dev/null +++ b/mrp_warehouse_calendar/i18n/es.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_warehouse_calendar +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2023-07-10 10:08+0000\n" +"Last-Translator: Ivorra78 \n" +"Language-Team: none\n" +"Language: es\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_warehouse_calendar +#: model:ir.model,name:mrp_warehouse_calendar.model_mrp_production +msgid "Production Order" +msgstr "Orden de Producción" + +#. module: mrp_warehouse_calendar +#: model:ir.model,name:mrp_warehouse_calendar.model_stock_rule +msgid "Stock Rule" +msgstr "Regla de existencias" diff --git a/mrp_warehouse_calendar/i18n/it.po b/mrp_warehouse_calendar/i18n/it.po new file mode 100644 index 0000000000..52340786ce --- /dev/null +++ b/mrp_warehouse_calendar/i18n/it.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_warehouse_calendar +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2023-06-23 13:09+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_warehouse_calendar +#: model:ir.model,name:mrp_warehouse_calendar.model_mrp_production +msgid "Production Order" +msgstr "Ordine di produzione" + +#. module: mrp_warehouse_calendar +#: model:ir.model,name:mrp_warehouse_calendar.model_stock_rule +msgid "Stock Rule" +msgstr "Regola di giacenza" diff --git a/mrp_warehouse_calendar/i18n/mrp_warehouse_calendar.pot b/mrp_warehouse_calendar/i18n/mrp_warehouse_calendar.pot new file mode 100644 index 0000000000..1c24bf94a0 --- /dev/null +++ b/mrp_warehouse_calendar/i18n/mrp_warehouse_calendar.pot @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * mrp_warehouse_calendar +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.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_warehouse_calendar +#: model:ir.model,name:mrp_warehouse_calendar.model_mrp_production +msgid "Production Order" +msgstr "" + +#. module: mrp_warehouse_calendar +#: model:ir.model,name:mrp_warehouse_calendar.model_stock_rule +msgid "Stock Rule" +msgstr "" diff --git a/mrp_warehouse_calendar/models/__init__.py b/mrp_warehouse_calendar/models/__init__.py new file mode 100644 index 0000000000..6379cdc3a8 --- /dev/null +++ b/mrp_warehouse_calendar/models/__init__.py @@ -0,0 +1,2 @@ +from . import mrp_production +from . import stock_rule diff --git a/mrp_warehouse_calendar/models/mrp_production.py b/mrp_warehouse_calendar/models/mrp_production.py new file mode 100644 index 0000000000..9fd91ed9e6 --- /dev/null +++ b/mrp_warehouse_calendar/models/mrp_production.py @@ -0,0 +1,49 @@ +# Copyright 2018-19 ForgeFlow S.L. (https://www.forgeflow.com) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import api, models + + +class MrpProduction(models.Model): + _inherit = "mrp.production" + + @api.depends( + "company_id", + "date_start", + "is_planned", + "product_id", + "workorder_ids.duration_expected", + ) + def _compute_date_finished(self): + res = super()._compute_date_finished() + productions = self.filtered(lambda p: p.date_start and not p.is_planned) + for production in productions: + warehouse = self.picking_type_id.warehouse_id + if warehouse.calendar_id: + if production.bom_id.produce_delay: + production.date_finished = warehouse.calendar_id.plan_days( + +1 * production.bom_id.produce_delay + 1, + production.date_start, + ) + if production.company_id.manufacturing_lead: + production.date_finished = warehouse.calendar_id.plan_days( + +1 * production.company_id.manufacturing_lead + 1, + production.date_finished, + ) + production.move_finished_ids = [ + (1, m.id, {"date": production.date_finished}) + for m in production.move_finished_ids + ] + return res + + @api.returns("self", lambda value: value.id) + def copy(self, default=None): + mo = super().copy(default=default) + dt_planned = mo.date_start + warehouse = mo.picking_type_id.warehouse_id + if warehouse.calendar_id and mo.bom_id.produce_delay: + date_expected = warehouse.calendar_id.plan_days( + +1 * self.bom_id.produce_delay + 1, dt_planned + ) + mo.date_finished = date_expected + return mo diff --git a/mrp_warehouse_calendar/models/stock_rule.py b/mrp_warehouse_calendar/models/stock_rule.py new file mode 100644 index 0000000000..092ae00ea1 --- /dev/null +++ b/mrp_warehouse_calendar/models/stock_rule.py @@ -0,0 +1,21 @@ +# Copyright 2018-19 ForgeFlow S.L. (https://www.forgeflow.com) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import fields, models + + +class StockRule(models.Model): + _inherit = "stock.rule" + + def _get_date_planned(self, bom_id, values): + date_planned = super()._get_date_planned(bom_id, values) + picking_type = self.picking_type_id or values["warehouse_id"].manu_type_id + # We force the date planned to be at the beginning of the day. + # So no work intervals are found in planned date. + dt_planned = fields.Datetime.to_datetime(values["date_planned"]).replace(hour=0) + warehouse = picking_type.warehouse_id + if warehouse.calendar_id and bom_id.produce_delay: + lead_days = values["company_id"].manufacturing_lead + bom_id.produce_delay + date_expected = warehouse.calendar_id.plan_days(-1 * lead_days, dt_planned) + date_planned = date_expected + return date_planned diff --git a/mrp_warehouse_calendar/pyproject.toml b/mrp_warehouse_calendar/pyproject.toml new file mode 100644 index 0000000000..4231d0cccb --- /dev/null +++ b/mrp_warehouse_calendar/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/mrp_warehouse_calendar/readme/CONFIGURE.md b/mrp_warehouse_calendar/readme/CONFIGURE.md new file mode 100644 index 0000000000..42d86a253f --- /dev/null +++ b/mrp_warehouse_calendar/readme/CONFIGURE.md @@ -0,0 +1,10 @@ +- This module depends on + [stock_warehouse_calendar](https://github.com/OCA/stock-logistics-warehouse) +- Go to *Settings* and activate the developer mode. +![Developer mode](../static/description/developer_mode.gif) +- Go to *Settings \> Technical \> Resource \> Working Schedules* and define + your resource calendar. +![Working Schedules](../static/description/working_schedules.gif) +- Go to *Inventory \> Configuration \> Warehouse Management \> + Warehouses* and assign the Working Schedule. +![Warehouse Management](../static/description/warehouse_management.gif) diff --git a/mrp_warehouse_calendar/readme/CONTRIBUTORS.md b/mrp_warehouse_calendar/readme/CONTRIBUTORS.md new file mode 100644 index 0000000000..ef0489c75d --- /dev/null +++ b/mrp_warehouse_calendar/readme/CONTRIBUTORS.md @@ -0,0 +1,2 @@ +- Jordi Ballester \<\> +- Lois Rilo \<\> diff --git a/mrp_warehouse_calendar/readme/DESCRIPTION.md b/mrp_warehouse_calendar/readme/DESCRIPTION.md new file mode 100644 index 0000000000..73681d7bd2 --- /dev/null +++ b/mrp_warehouse_calendar/readme/DESCRIPTION.md @@ -0,0 +1,11 @@ +This module ensures that manufacturing orders created from +procurements respect the calendar assigned to the warehouse +associated with the manufacturing order's picking type. +The planned start date of the manufacturing order is calculated +based on the product's manufacturing lead time and the working +schedules defined in the warehouse calendar. + +Additionally, any manual rescheduling of the start or +end date of a manufacturing order will also take the lead +time into account, following the working days defined by +the warehouse calendar. diff --git a/mrp_warehouse_calendar/readme/USAGE.md b/mrp_warehouse_calendar/readme/USAGE.md new file mode 100644 index 0000000000..a6a39d5757 --- /dev/null +++ b/mrp_warehouse_calendar/readme/USAGE.md @@ -0,0 +1,16 @@ +When a manufacturing order is created out of a procurement evaluation +(from an orderpoint, MTO,...) the calendar is considered in the +computation of the planned start date of the manufacturing order. + +For example, if it takes 1 day to manufacture a product and it is +required for Monday: +![Replenish](../static/description/replenish.png) + +the manufacturing order will be created with +planned start date on the previous Friday, if the warehouse operates +under a Mo-Fri working calendar. +![Manufacturing Order](../static/description/manufacturing_order.png) + +Manual changes to the start or end date of a manufacturing order will +also respect the lead time and the warehouse calendar's working days. +![Manual change day](../static/description/change_day.gif) diff --git a/mrp_warehouse_calendar/static/description/change_day.gif b/mrp_warehouse_calendar/static/description/change_day.gif new file mode 100644 index 0000000000..550ec4050f Binary files /dev/null and b/mrp_warehouse_calendar/static/description/change_day.gif differ diff --git a/mrp_warehouse_calendar/static/description/developer_mode.gif b/mrp_warehouse_calendar/static/description/developer_mode.gif new file mode 100644 index 0000000000..1c5760035b Binary files /dev/null and b/mrp_warehouse_calendar/static/description/developer_mode.gif differ diff --git a/mrp_warehouse_calendar/static/description/icon.png b/mrp_warehouse_calendar/static/description/icon.png new file mode 100644 index 0000000000..3a0328b516 Binary files /dev/null and b/mrp_warehouse_calendar/static/description/icon.png differ diff --git a/mrp_warehouse_calendar/static/description/index.html b/mrp_warehouse_calendar/static/description/index.html new file mode 100644 index 0000000000..4cf05b549d --- /dev/null +++ b/mrp_warehouse_calendar/static/description/index.html @@ -0,0 +1,461 @@ + + + + + +MRP Warehouse Calendar + + + +
+

MRP Warehouse Calendar

+ + +

Production/Stable License: LGPL-3 OCA/manufacture Translate me on Weblate Try me on Runboat

+

This module ensures that manufacturing orders created from procurements +respect the calendar assigned to the warehouse associated with the +manufacturing order’s picking type. The planned start date of the +manufacturing order is calculated based on the product’s manufacturing +lead time and the working schedules defined in the warehouse calendar.

+

Additionally, any manual rescheduling of the start or end date of a +manufacturing order will also take the lead time into account, following +the working days defined by the warehouse calendar.

+

Table of contents

+ +
+

Configuration

+
    +
  • This module depends on +stock_warehouse_calendar
  • +
  • Go to Settings and activate the developer mode. Developer mode
  • +
  • Go to Settings > Technical > Resource > Working Schedules and +define your resource calendar. Working Schedules
  • +
  • Go to Inventory > Configuration > Warehouse Management > Warehouses +and assign the Working Schedule. Warehouse Management
  • +
+
+
+

Usage

+

When a manufacturing order is created out of a procurement evaluation +(from an orderpoint, MTO,…) the calendar is considered in the +computation of the planned start date of the manufacturing order.

+

For example, if it takes 1 day to manufacture a product and it is +required for Monday: Replenish

+

the manufacturing order will be created with planned start date on the +previous Friday, if the warehouse operates under a Mo-Fri working +calendar. Manufacturing Order

+

Manual changes to the start or end date of a manufacturing order will +also respect the lead time and the warehouse calendar’s working days. +Manual change day

+
+
+

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

+
    +
  • ForgeFlow
  • +
+
+ +
+

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:

+

JordiBForgeFlow

+

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_warehouse_calendar/static/description/manufacturing_order.png b/mrp_warehouse_calendar/static/description/manufacturing_order.png new file mode 100644 index 0000000000..dc7b429787 Binary files /dev/null and b/mrp_warehouse_calendar/static/description/manufacturing_order.png differ diff --git a/mrp_warehouse_calendar/static/description/replenish.png b/mrp_warehouse_calendar/static/description/replenish.png new file mode 100644 index 0000000000..d666d5cd01 Binary files /dev/null and b/mrp_warehouse_calendar/static/description/replenish.png differ diff --git a/mrp_warehouse_calendar/static/description/warehouse_management.gif b/mrp_warehouse_calendar/static/description/warehouse_management.gif new file mode 100644 index 0000000000..71b886f956 Binary files /dev/null and b/mrp_warehouse_calendar/static/description/warehouse_management.gif differ diff --git a/mrp_warehouse_calendar/static/description/working_schedules.gif b/mrp_warehouse_calendar/static/description/working_schedules.gif new file mode 100644 index 0000000000..b831bf2c19 Binary files /dev/null and b/mrp_warehouse_calendar/static/description/working_schedules.gif differ diff --git a/mrp_warehouse_calendar/tests/__init__.py b/mrp_warehouse_calendar/tests/__init__.py new file mode 100644 index 0000000000..5b771f0927 --- /dev/null +++ b/mrp_warehouse_calendar/tests/__init__.py @@ -0,0 +1 @@ +from . import test_mrp_warehouse_calendar diff --git a/mrp_warehouse_calendar/tests/test_mrp_warehouse_calendar.py b/mrp_warehouse_calendar/tests/test_mrp_warehouse_calendar.py new file mode 100644 index 0000000000..f4551b4719 --- /dev/null +++ b/mrp_warehouse_calendar/tests/test_mrp_warehouse_calendar.py @@ -0,0 +1,145 @@ +# Copyright 2018-19 ForgeFlow S.L. (https://www.forgeflow.com) +# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html). + +from odoo import fields +from odoo.tests.common import TransactionCase + + +class TestMrpWarehouseCalendar(TransactionCase): + def setUp(self): + super().setUp() + self.move_obj = self.env["stock.move"] + self.pg_obj = self.env["procurement.group"] + + self.company = self.env.ref("base.main_company") + self.warehouse = self.env.ref("stock.warehouse0") + self.customer_loc = self.env.ref("stock.stock_location_customers") + self.company_partner = self.env.ref("base.main_partner") + self.calendar = self.env.ref("resource.resource_calendar_std") + self.manufacture_route = self.env.ref("mrp.route_warehouse0_manufacture") + + self.warehouse.calendar_id = self.calendar.id + self.warehouse_2 = self.env["stock.warehouse"].create( + {"code": "WH-T", "name": "Warehouse Test", "calendar_id": self.calendar.id} + ) + + self.product = self.env["product.product"].create( + { + "name": "test product", + "default_code": "PRD", + "type": "consu", + "is_storable": "True", + } + ) + self.product_2 = self.env["product.product"].create( + { + "name": "test product 2", + "default_code": "PRD 2", + "type": "consu", + "is_storable": "True", + } + ) + self.bom = self.env["mrp.bom"].create( + { + "product_id": self.product.id, + "product_tmpl_id": self.product.product_tmpl_id.id, + "product_uom_id": self.product.uom_id.id, + "product_qty": 1.0, + "type": "normal", + "produce_delay": 1, + } + ) + self.env["mrp.bom.line"].create( + {"bom_id": self.bom.id, "product_id": self.product_2.id, "product_qty": 2} + ) + + self.product.route_ids = [(6, 0, self.manufacture_route.ids)] + + def test_procurement_with_calendar(self): + """Ensure that the planned start date of the manufacturing order + respects the warehouse calendar. The planned procurement date is + during a working interval, and the manufacturing lead time should + adjust the start date accordingly.""" + values = { + "date_planned": "2097-01-07 09:00:00", # Monday inside working hours + "warehouse_id": self.warehouse, + "company_id": self.company, + "rule_id": self.manufacture_route, + } + self.pg_obj.run( + [ + self.pg_obj.Procurement( + self.product, + 100, + self.product.uom_id, + self.warehouse.lot_stock_id, + "Test", + "Test", + self.warehouse.company_id, + values, + ) + ] + ) + mo = self.env["mrp.production"].search( + [("product_id", "=", self.product.id)], limit=1 + ) + date_plan_start = fields.Date.to_date(mo.date_start) + # Friday 4th Jan 2097 + friday = fields.Date.to_date("2097-01-04 09:00:00") + + self.assertEqual(date_plan_start, friday) + + def test_procurement_with_calendar_02(self): + """Verify that procurement respects the warehouse calendar + when the planned date is outside working hours. The planned + manufacturing order start date should be adjusted to the last + available working interval.""" + values = { + "date_planned": "2097-01-07 01:00:00", # Monday outside working hours + "warehouse_id": self.warehouse, + "company_id": self.company, + "rule_id": self.manufacture_route, + } + self.pg_obj.run( + [ + self.pg_obj.Procurement( + self.product, + 100, + self.product.uom_id, + self.warehouse.lot_stock_id, + "Test 2", + "Test 2", + self.warehouse.company_id, + values, + ) + ] + ) + mo = self.env["mrp.production"].search( + [("product_id", "=", self.product.id)], limit=1 + ) + date_plan_start = fields.Date.to_date(mo.date_start) + # Friday 4th Jan 2097 + friday = fields.Date.to_date("2097-01-04 09:00:00") + + self.assertEqual(date_plan_start, friday) + + def test_onchange_date_planned(self): + """Test the impact of changing the planned start date (`date_start`) + on the planned end date (`date_finished`) in a manufacturing order. + Verify that the system correctly computes the end date considering + the manufacturing lead time and the warehouse calendar.""" + mo = self.env["mrp.production"].new( + { + "product_id": self.product.id, + "bom_id": self.bom.id, + "product_qty": 1, + "picking_type_id": self.env[ + "mrp.production" + ]._get_default_picking_type_id(self.company.id), + } + ) + mo.date_start = "2097-01-04 09:00:00" + mo._compute_date_finished() + date_plan_finished = fields.Date.to_date(mo.date_finished) + monday = fields.Date.to_date("2097-01-07 09:00:00") + self.assertEqual(date_plan_finished, monday)