This module provides a way to trigger more than one action on ActionManager
To use this functionality you need to return following action filled with list of actions to execute:
@api.multi
def foo()
self.ensure_one()
return {
'type': 'ir.actions.act_multi',
'actions': [
{'type': 'ir.actions.act_window_close'},
{'type': 'ir.actions.act_view_reload'},
]
}
- Petar Najman <[email protected]>
- Mladen Meseldzija <[email protected]>
This module is maintained by Modoolar.
As Odoo Gold partner, our company is specialized in Odoo ERP customization and business solutions development. Beside that, we build cool apps on top of Odoo platform.
To contribute to this module, please visit https://modoolar.com