This question has been flagged
2 Replies
2003 Views

I am trying to make qweb report that takes multiple quotations of the same customer to be printed in a single paper in odoo 10. I have just started learning odoo and I want to customize sale_report_templates.xml . And how to get the variable of the checkbox in quotation list view.Thanks

Avatar
Discard

You need qweb reporting tips?

Best Answer

Hi

Multiple Quotation Handler
This module is version-11, but you can refer this module. it will help you.

Thanks

Nikhil Krishnan

Avatar
Discard
Best Answer

This is enabled by multi = True in report model and you will get a recordset instead of a record in self. ie, selected by checkboxes

Avatar
Discard