TIP: You can type at any time to perform a new search.
MRP Widget Section and Note in BoM
mrp_bom_widget_section_and_note_one2many · OCA/manufacture
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idsOne2manydomain=[('display_type', '=', False)] -
bom_line_with_sectionnote_idsOne2many → mrp.bom.linecomodel_name='mrp.bom.line'copy=Falseinverse_name='bom_id'string='BoM Lines With Sections & Notes'
No public methods.
New fields (4)
-
display_typeSelectiondefault=Falsehelp='Technical field for UX purpose.' args: [('line_section', 'Section'), ('line_note', 'Note')] -
nameTextstring='Description' -
product_idMany2onerequired=False -
product_uom_idMany2onerequired=False
No public methods.
Loading…
Loading…
Loading…