Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
6623 Vistas

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
Descartar

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?



Mejor respuesta

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
Descartar

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