MRP Widget Section and Note in BoM

mrp_bom_widget_section_and_note_one2many
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/18.0/mrp_bom_widget_section_and_note_one2many
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYManufacturing/Manufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSGitHub, Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 xpath Inherits mrp.mrp_bom_form_view
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.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/17.0/mrp_bom_widget_section_and_note_one2many
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing/Manufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSOCA-git-bot, valen, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:07
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - onboarding
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
In a similar way to invoices, this module adds the possibility to include sections and notes in Bills of Materials.
It adds a new page in the BoM form view that includes both components and sections.

This module depends on the account module, since the widget section_and_note is defined in section_and_note_fields_backend.js within the account module.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
mrp_bom_form_view_section mrp.bom xpath Inherits mrp.mrp_bom_form_view
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.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/16.0/mrp_bom_widget_section_and_note_one2many
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing/Manufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSGitHub, Weblate, OCA-git-bot, Quentin Dupont, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - account
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
mrp_bom_form_view_section mrp.bom xpath Inherits mrp.mrp_bom_form_view
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.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/12.0/mrp_bom_widget_section_and_note_one2many
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManufacturing/Manufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Quentin Dupont, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes
    - resource
    - account
    - analytic
    - portal
    - http_routing
    - digest
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
mrp_bom_form_view_section mrp.bom xpath Inherits mrp.mrp_bom_form_view
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 (3)
  • 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
Public methods (0)

No public methods.