Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.0
Category
Manufacture
Folder size
0.13 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 09:06:24
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Ruchir Shukla, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
Product image is added to BoM form view. Module adds 3 image size to BoM
: image_1024, image_512 and image_128.

![](../static/description/mrp_bom_image.png)

![](../static/description/mrp_bom_image_kanban.png)

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_mrp_bom_form mrp.bom form Inherits mrp.mrp_bom_form_view
view_mrp_bom_kanban mrp.bom kanban Inherits mrp.mrp_bom_kanban_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • image_1024 Binary
    related='product_tmpl_id.image_1024'
  • image_128 Binary
    related='product_tmpl_id.image_128'
  • image_512 Binary
    related='product_tmpl_id.image_512'
Public methods (0)

No public methods.

Loading…

Loading…