Skip to Content
Menu
This question has been flagged
1 Reply
2383 Views

Hi,

i like odoo. just one question: i would like to know how i can put the adressfield from the receiver on the left side. greetings

Avatar
Discard
Best Answer

Hi,

If you are Using Odoo enterprise you can check whether it can be done by using the Odoo Studio. If you are using odoo community edition, you have to the report template accordingly.  This changes can be applied by a custom module which extends the original template or you can directly edit the existing report template from the UI or from the code (editing the source code is not recommended).


The Template of the Invoice report is, account.report_invoice_document , if you activate the developer mode and Navigate to Settings -> Technical -> User Interface -> Views and if you search report_invoice_document you can see the template, open the record, In the Architecture page you will see how the template is defined, you can apply your changes here.

See the sample Modifying existing report from custom Module: https://www.youtube.com/watch?v=LE7E2O4lBrQ


Thanks

Avatar
Discard