Skip to Content
Menu
This question has been flagged
2 Replies
2995 Views

Hi all, 
 am looking for a solution to print report after clicking validate button. for eg: there is a button called 'Validate' inside 'stock.picking', after validating the state becomes done. in this situation i need to print an pdf report. (automatically print when you click validate button).

Please tell me a good solution for this issue.

Avatar
Discard
Best Answer

Hi,

You can refer the following app which helps to trigger more than one action on ActionManager, you can find the way of using the app in its index.

https://apps.odoo.com/apps/modules/12.0/web_ir_actions_act_multi/

Regards

Avatar
Discard
Best Answer

Hii Adith Sankar,

If i am not wrong then this link maybe helpful to you.

https://www.odoo.com/forum/help-1/how-to-print-report-using-button-in-odoo-12-148255

you just need to return the report action in validate button method.

in your case:

return self.env.ref('stock.action_report_delivery').report_action(self)

pass this in override method of button validate.


Avatar
Discard
Related Posts Replies Views Activity
0
May 20
1846
4
Apr 24
5434
0
Mar 21
1203
2
Jul 20
21068
0
May 20
2021