This question has been flagged
1 Reply
2770 Views

I have to give the user the possibility to print some fields in a PDF or export the same fields to a XLS file. The first part is done but I do not have any idea of how to do the second part. Is there any good tutorial or something which could help me to learn this? By the way, is there a more detailed guide about development in Odoo than the official one?

Avatar
Discard
Best Answer

You can use the ExcelExport class.

See for instance how the web_export_view module does it

Avatar
Discard