Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.1.2
Category
Manufacture
Folder size
0.05 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 08:42:53
Authors
Odoo Community Association (OCA), ForgeFlow
Maintainers
Odoo Community Association (OCA), ForgeFlow
Committers
Weblate, OCA-git-bot, oca-ci, DavidJForgeFlow, Khôi (Kiên Kim)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds the location field to the Bill of Materials and its
components. This may be useful to distinguish between different BoMs for
the same product or to highlight the preferred locations to fetch the
components from.

The location appears in the BOM Structure Report.

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
mrp_bom_form_view mrp.bom.form - mrp_bom_location mrp.bom form Inherits mrp.mrp_bom_form_view
mrp_bom_line_view_form mrp.bom.line.view.form - mrp_bom_location mrp.bom.line form Inherits mrp.mrp_bom_line_view_form
mrp_bom_tree_view mrp.bom.tree - mrp_bom_location mrp.bom tree Inherits mrp.mrp_bom_tree_view
report_mrp_bom_pdf_line report_mrp_bom_pdf_line ir.ui.view qweb Inherits mrp.report_mrp_bom_pdf_line
report_mrpbomstructure_location report_mrpbomstructure_location ir.ui.view qweb Inherits mrp.report_mrp_bom
view_mrp_bom_filter mrp.bom.select - mrp_bom_location mrp.bom Inherits mrp.view_mrp_bom_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (1)
  • location_id Many2one → stock.location
    comodel_name='stock.location' compute='_compute_location_id' readonly=False store=True string='Location'
Public methods (0)

No public methods.

New fields (1)
  • location_id Many2one
    related='bom_id.location_id' store=True
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
36 days ago
Last activity
4 days ago
Repository
OCA/manufacture
Pull request
[19.0][MIG] mrp_bom_location: Migration to 19.0 (#1830)