Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.1
Category
Manufacturing/Manufacturing
Folder size
0.27 MB
License
AGPL-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), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
GitHub, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
In a similar way to invoices, this module adds the possibility to add
sections ands notes in Bills of Materials. It adds a page in BoM form
view and hide the orignal page (you can see it as admin in debug mode)

Depends on account module since widget 'section_and_note' is defined on
section_and_note_fields_backend.js in account module.

Code Analysis

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

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • bom_line_ids One2many
    domain=[('display_type', '=', False)]
  • bom_line_with_sectionnote_ids One2many → mrp.bom.line
    comodel_name='mrp.bom.line' copy=False inverse_name='bom_id' string='BoM Lines With Sections & Notes'
Public methods (0)

No public methods.

New fields (4)
  • display_type Selection
    default=False help='Technical field for UX purpose.' args: [('line_section', 'Section'), ('line_note', 'Note')]
  • name Text
    string='Description'
  • product_id Many2one
    required=False
  • product_uom_id Many2one
    required=False
Public methods (0)

No public methods.

Loading…

Loading…

Loading…