MRP Default Workorder Time

mrp_default_workorder_time
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/16.0/mrp_default_workorder_time
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, PauBForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:50
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

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings.view.form.inherit.mrp res.config.settings xpath Inherits mrp.res_config_settings_view_form
Models touched (3)

New fields (0)

No new fields.

Public methods (3)
  • add_time_to_work_order(self, fully_productive_time)
  • button_finish(self)
  • reduce_time_to_workorder(self, fully_productive_time)

New fields (3)
  • maximum_order_time_threshold Float
    default=150 required=False string='Maximum order time threshold(%)'
  • minimum_order_time_threshold Float
    default=10 required=False string='Minimum order time threshold(%)'
  • use_projected_time_work_orders Boolean
    default=True string='Use projected time work orders?'
Public methods (0)

No public methods.

New fields (3)
  • maximum_order_time_threshold Float
    readonly=False related='company_id.maximum_order_time_threshold'
  • minimum_order_time_threshold Float
    readonly=False related='company_id.minimum_order_time_threshold'
  • use_projected_time_work_orders Boolean
    readonly=False related='company_id.use_projected_time_work_orders'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/manufacture
PULL REQUEST
PULL REQUEST[18.0][MIG] mrp_default_workorder_time: Migration to 18.0 (#1672)