MRP Workorder Priority

mrp_workorder_priority
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/16.0/mrp_workorder_priority
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, LauraCForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:12:01
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits mrp.mrp_production_workorder_tree_editable_view
view_mrp_production_work_order_search mrp.production.work.order.search mrp.workorder xpath Inherits mrp.view_mrp_production_work_order_search
view_mrp_production_workorder_form_view_filter mrp.production.work.order.select mrp.workorder xpath Inherits mrp.view_mrp_production_workorder_form_view_filter
workcenter_line_kanban mrp.production.work.order.kanban mrp.workorder xpath Inherits mrp.workcenter_line_kanban
Models touched (1)

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

No public methods.