MRP Production Generator By Date Interval

mrp_production_generator_by_date_interval
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/17.0/mrp_production_generator_by_date_interval
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, CarlosRoca13
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
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 allows planning multiple manufacturing orders in a single action using
a wizard that lets you define a period during which the orders will be created and
at what time they should be scheduled, based on a product and a bill of materials.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
mrp_production_generator_wizard_form mrp.production.generator.date.interval.wizard.form mrp.production.generator.date.interval.wizard form New
Models touched (1)

New fields (6)
  • bom_id Many2one → mrp.bom
    domain="[\n '&',\n '|',\n ('company_id', '=', False),\n ('company_id', '=', company_id),\n '&',\n '|',\n ('product_id','=',product_id),\n '&',\n ('product_tmpl_id.product_variant_ids','=',product_id),\n ('product_id','=',False),\n ('type', '=', 'normal')]" required=True args: 'mrp.bom', 'BOM Components'
  • company_id Many2one → res.company
    default=<expr> string='Company' args: 'res.company'
  • hour_start Float
    required=True args: 'Start Hour'
  • period_date_end Date
    required=True args: 'Period End Date'
  • period_date_start Date
    required=True args: 'Period Start Date'
  • product_id Many2one → product.product
    domain="[('bom_ids', '!=', False), ('bom_ids.type', '=', 'normal')]" required=True args: 'product.product'
Public methods (1)
  • action_create_production(self)
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/15.0/mrp_production_generator_by_date_interval
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA-git-bot, oca-ci, CarlosRoca13
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:00:38
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - 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 allows planning multiple manufacturing orders in a single action using
a wizard that lets you define a period during which the orders will be created and
at what time they should be scheduled, based on a product and a bill of materials.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
mrp_production_generator_wizard_form mrp.production.generator.date.interval.wizard.form mrp.production.generator.date.interval.wizard form New
Models touched (1)

New fields (6)
  • bom_id Many2one → mrp.bom
    domain="[\n '&',\n '|',\n ('company_id', '=', False),\n ('company_id', '=', company_id),\n '&',\n '|',\n ('product_id','=',product_id),\n '&',\n ('product_tmpl_id.product_variant_ids','=',product_id),\n ('product_id','=',False),\n ('type', '=', 'normal')]" required=True args: 'mrp.bom', 'BOM Components'
  • company_id Many2one → res.company
    default=<expr> string='Company' args: 'res.company'
  • hour_start Float
    required=True args: 'Start Hour'
  • period_date_end Date
    required=True args: 'Period End Date'
  • period_date_start Date
    required=True args: 'Period Start Date'
  • product_id Many2one → product.product
    domain="[('bom_ids', '!=', False), ('bom_ids.type', '=', 'normal')]" required=True args: 'product.product'
Public methods (1)
  • action_create_production(self)