Dynamic Report: PDF Drawing attachment (background) & Properties (overwritten)
Attach a PDF report to Odoo report and add dynamic field data on this pdf
STORY BEHIND THE FEATURES
ODOO'S FUNCTIONS
In the default Odoo, drawing items in reports requires users to modify report templates through XML code or use the limited drag-and-drop features in the report designer. This process is rigid, as field placements are static and require technical knowledge to adjust.
CLUEDOO'S FUNCTIONS
The module introduces Dynamic Field Placement on reports, allowing users to easily drag and drop fields to any position within the report layout without the need for coding
MODULE +
Flexible Layout Management: Users can dynamically move, resize, and rearrange fields directly in the report interface.
Real-Time Adjustments: Changes are visible immediately in the report preview, enabling quick iterations and reducing downtime.
CLUEDOO RECOMMENDATIONS
To be installed in 100% of your database as an useful tool for user creation and management.
OUR FEATURES AS SOLUTIONS
DRAWING ENGINE
Enable Dynamic placement of Field on Report
HOW TO USE THIS MODULE
1
Activate the Drawing User access right for a User.
2
On the Drawing app, create a drawing template. We have two options to edit the report: by adding the value or by using Python code.
VALUE
1
On the Value field, we can add text to be placed on the report. Set the position, font size, and font color.
2
Click Preview to see the placement of the value on the report.
USE PYTHON CODE
1
To use Python code, first we need to apply the drawing template to the report of a model.
2
Check Use Python Code and write the Python code to show the field on the model of the report.
3
When you print the BoM structure report, you will also have the attachment of the drawing template on the PDF report.