Skip to Content
Menu
This question has been flagged

I want to print deliveryslip report after validating stock.picking object. I overwrote the the button_vadidate function to:

self.env.ref('stock.action_report_delivery').report_action(self)
res = super(CustomInventory, self).button_validate()
return res

still it doesn't work; any ideas?
Avatar
Discard
Related Posts Replies Views Activity
1
Nov 24
127
1
Nov 16
3186
2
Feb 24
12039
1
Oct 22
4629
1
Aug 21
2835