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 IDNameModelTypeStatus
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_stage Boolean
    copy=False default=False
  • recommended_blocking_time Float
    copy=False
Public methods (0)

No public methods.

New fields (3)
  • blocking_period_interrupted Boolean
    copy=False
  • blocking_stage_end Datetime
    copy=False
  • interruption_reason Text
    copy=False
Public methods (6)
  • action_open_manufacturing_order(self)
  • button_finish(self)
  • button_pending(self)
  • button_start(self)
  • do_finish(self)
  • unlink(self)

New fields (1)
  • interruption_reason Text
    copy=False
Public methods (1)
  • action_confirm(self)
    This method allow to set the interruption reason on the workorder

Loading…