| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/17.0/mrp_production_generator_by_date_interval |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Manufacturing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, CarlosRoca13 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/manufacture |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_generator_wizard_form |
mrp.production.generator.date.interval.wizard.form | mrp.production.generator.date.interval.wizard | form | New |
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'
action_create_production(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/15.0/mrp_production_generator_by_date_interval |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Manufacturing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA-git-bot, oca-ci, CarlosRoca13 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/manufacture |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:00:38 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_generator_wizard_form |
mrp.production.generator.date.interval.wizard.form | mrp.production.generator.date.interval.wizard | form | New |
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'
action_create_production(self)