Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.1
Category
Manufacturing
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 08:22:59
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Pedro M. Baeza, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows subcontracting BOMs to be used for regular production
orders as well.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
mrp_bom_form_view mrp.bom.form mrp.bom form Inherits mrp.mrp_bom_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • allow_in_regular_production Boolean
    string='Allow in regular production'
Public methods (0)

No public methods.

New fields (1)
  • bom_id Many2one
    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 '|',\n ('type', '=', 'normal'),\n '&',\n ('type', '=', 'subcontract'),\n ('allow_in_regular_production', '=', True)\n ]"
Public methods (0)

No public methods.

Loading…

Loading…