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 IDNameModelTypeStatus
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_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)

Loading…

Loading…