Skip to content

Commit

Permalink
[FIX] stock_voucher: multi actions error
Browse files Browse the repository at this point in the history
closes #431

Signed-off-by: Juan Carreras <jc@adhoc.com.ar>
  • Loading branch information
augusto-weiss committed Jan 17, 2024
1 parent 4675037 commit 7d1c667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stock_voucher/wizards/stock_immediate_transfer.py
Expand Up @@ -22,7 +22,7 @@ def process(self):
if pickings:
return {
'actions': [
res,
{'type': 'ir.actions.act_window_close'},
pickings.do_print_voucher(),
],
'type': 'ir.actions.act_multi',
Expand Down

0 comments on commit 7d1c667

Please sign in to comment.