Skip to Content
मेन्यू
This question has been flagged
1 Reply
6622 Views

Can not find the report or qweb view to edit my FollowUp Report (print and e-mail).

Odoo-Version: Odoo 12 on odoo.sh

There is no report to edit in my odoo studio like the ones for invoices or sale orders, and I can also not find the right qweb view in technical settings.

Avatar
Discard

Hi guys, did you find a solution on this? :)

Does anyone have the best way to edit the Followup report in odoo?

how to make the address left sided for example?



Best Answer

The report name is "Print Follow-up Letter" to find the qweb template of the report. But it is simply using HTML stuffs to generate the report.

This report is developed in account_reports (enterprise) module inside account_followup_report.py (get_html is the function) file.

Avatar
Discard

didn't find anything in the get_html to change the address to left side, why is this made like this?