Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.0
Category
Manufacturing
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 08:09:18
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
LauraCForgeFlow, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds a priority field to the work orders, which is taken from their
related manufacturing order.

This allows work orders to be displayed by priority in the general work orders
list view, as well as in work centers overview (and also filter / group by that
criteria).

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
mrp_production_workorder_tree_editable_view mrp.production.work.order.tree.editable mrp.workorder tree Inherits mrp.mrp_production_workorder_tree_editable_view
view_mrp_production_work_order_search mrp.production.work.order.search mrp.workorder search Inherits mrp.view_mrp_production_work_order_search
view_mrp_production_workorder_form_view_filter mrp.production.work.order.select mrp.workorder form Inherits mrp.view_mrp_production_workorder_form_view_filter
workcenter_line_kanban mrp.production.work.order.kanban mrp.workorder kanban Inherits mrp.workcenter_line_kanban
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • priority Selection
    readonly=True related='production_id.priority' store=True
Public methods (0)

No public methods.