STORY BEHIND THE FEATURES
ODOO'S FUNCTIONS
By default, Odoo’s Manufacturing module allows users to generate a Bill of Material (BoM) Structure report to display the components and structure of a product’s BoM. However, Odoo does not natively support creating or attaching a dynamic PDF report (e.g., a drawing item) to the BoM Structure report using data like the Company field from the BoM.
CLUEDOO'S FUNCTIONS
This module enables creation of a drawing item using Python code, dynamically pulling data from the Company field of the Bill of Material (BoM) object for inclusion in a PDF report.
CLUEDOO RECOMMENDATIONS
Install on 100% of the database.
HOW TO USE THIS MODULE
Required modules:
DRAWING ENGINE
1
Create a drawing item using Python code. We will use the value from Bill of Material (BoM) object: Company.
2
Apply the drawing item on the BoM Structure report. Select the specific product to have a drawing item on the report of the product's BoM.
3
Set the product variant on the BoM, then print the BoM structure.
4
We will have an additional attachment from the drawing report on the BoM Structure report.

