TIP: You can type at any time to perform a new search.
MRP Production Generator By Date Interval
mrp_production_generator_by_date_interval · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Manufacturing
- Folder size
- 0.05 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture
- Last tracking update
- 2026-08-14 11:31:50
- Authors
- Odoo Community Association (OCA), Tecnativa
- Maintainers
- Odoo Community Association (OCA), Tecnativa
- Committers
- Carlos Roca, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- 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 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 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (6)
-
bom_idMany2one → mrp.bomdomain="[\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_idMany2one → res.companydefault=<expr>string='Company' args: 'res.company' -
hour_startFloatrequired=True args: 'Start Hour' -
period_date_endDaterequired=True args: 'Period End Date' -
period_date_startDaterequired=True args: 'Period Start Date' -
product_idMany2one → product.productdomain="[('bom_ids', '!=', False), ('bom_ids.type', '=', 'normal')]"required=True args: 'product.product'
-
action_create_production(self)
Loading…
Loading…