TIP: You can type at any time to perform a new search.
MRP Work Order Blocking Time
mrp_workorder_blocking_time · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Manufacturing
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture
- Last tracking update
- 2026-08-07 08:42:53
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Weblate, OCA-git-bot, oca-ci, Thierry GAONA
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
On some Manufacturing orders, we need to block them in "progress" on a work operation for some time before being able to continue the process or close the MO. This module allow to set a delay on a work order operation and to block changes on the MO until the delay is over.
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_routing_workcenter_blocking_time_form_inherit |
mrp.routing.workcenter.blocking_time.form.inherit | mrp.routing.workcenter | form | Inherits mrp.mrp_routing_workcenter_form_view |
mrp_routing_workcenter_blocking_time_tree_inherit |
mrp.routing.workcenter.blocking_time.tree.inherit | mrp.routing.workcenter | tree | Inherits mrp.mrp_routing_workcenter_tree_view |
mrp_routing_workcenter_bom_blocking_time_tree_inherit |
mrp.routing.workcenter.bom.blocking_time.tree.inherit | mrp.routing.workcenter | tree | Inherits mrp.mrp_routing_workcenter_bom_tree_view |
mrp_workorder_blocking_reason_wizard_form_view |
mrp.workorder.blocking.reason.wizard.form | mrp.workorder.blocking.reason.wizard | form | New |
mrp_workorder_blocking_time_tree_inherit |
mrp.workorder.blocking_time.tree.inherit | mrp.workorder | tree | Inherits mrp.mrp_production_workorder_tree_editable_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (2)
-
blocking_stageBooleancopy=Falsedefault=False -
recommended_blocking_timeFloatcopy=False
No public methods.
New fields (3)
-
blocking_period_interruptedBooleancopy=False -
blocking_stage_endDatetimecopy=False -
interruption_reasonTextcopy=False
-
action_open_manufacturing_order(self) -
button_finish(self) -
button_pending(self) -
button_start(self) -
do_finish(self) -
unlink(self)
New fields (1)
-
interruption_reasonTextcopy=False
-
action_confirm(self)This method allow to set the interruption reason on the workorder
Loading…