This question has been flagged
3 Replies
4086 Views

I have been able to customize a report in odoo 8 using the odoo saas.

Now I am trying to add a new printed report for invoices. I have created the Report and the views related for the reports using the menu settings/reports. Any clue on how can I make that this new report appears in the Invoices dropdown list?}

Thanks a lot!

 

 

 

 

 

Avatar
Discard

Thanks a lot to everybody! Leen, I followed the tuttorial you sent, it worked perfectly. Thanks a lot!

Best Answer

The step-by-step procedure how to add a custom qweb-report in the saas-version is perfecty descibed at

http://odoo.guide/multiple-report-layout-step-by-step/

 

 

Avatar
Discard
Best Answer

Hi Luis Miguel,

You can use the Aeroo Reports module, the you create the reports for your documents and attach the files where the documents have to be printed.

Regards,

Juan José - Ing ADHOC

Avatar
Discard
Best Answer

Hello Luis,

You can do it from the menu Report (Model ir.actions.report.xml) click on dropdown "Print" and there you will see an option to "Add Print Buttons"...

Behind this button, that will create an ir_values with client_print_multi... (More info here : https://github.com/odoo/odoo/blob/8.0/addons/report_webkit/wizard/report_webkit_actions.py#L84)

Avatar
Discard