I have created a date type field on the sales order screen, I need this new field to be able to add it to the standard pdf report
Odoo version is 16 enterprise
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I have created a date type field on the sales order screen, I need this new field to be able to add it to the standard pdf report
Odoo version is 16 enterprise
To add the PDF reports of quotation and sales order to a field created with studio, you will need to customize the report template and add the new field to the template.
Here are the steps to add a custom field to the standard PDF report in Odoo:
Go to the "Settings" module in Odoo, and click on the "Technical" tab.
Click on "Reports" and search for the report you want to customize. In this case, you will need to search for the "Quotation/Order" report.
Once you find the report, click on it to open the report form view.
Click on the "Edit" button to open the report editor.
In the report editor, find the section where you want to add the new field. In this case, you can add the field to the header or footer section of the report.
To add the new field, drag and drop the "Field" element from the sidebar onto the report editor.
Click on the new field to open the properties panel.
In the properties panel, select the data source for the new field. In this case, you will need to select the sales order object.
Select the field you created in Studio from the list of available fields.
Save the changes to the report template.
Once you have added the new field to the report template, you can print the report to see the new field in the PDF output. The field should now be visible in the standard PDF report for quotations and sales orders.
Hi Salvador,
If you wish to incorporate a new field into a report created with Odoo Studio, navigate to the Studio module and locate the relevant report from the report menu. Within the left sidebar of the Studio interface, you can simply drag and drop fields as either a new block or inline element. For more detailed instructions, you can refer to the following link:
How to Create Custom Reports with the Odoo Studio Module
Hope it helps
Hi :)
The way to do what you want :
If you don't want to do it from the interface, you have to create a module and do the same inheritance system, on the view
If you wnat to use studio for add the field you can :
Example if you want to add it inside div class="row mt-4 mb-4" id="informations"
*path expr="div[@id='informations']" position="after"*
*t t-field="FIELD_NAME"/*
*/xpath*
REPLACE * by <> (i cant post code idk why)FIELD_NAME = your studio field -> example: x_studio_name
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-se