Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.24 KB

README.rst

File metadata and controls

52 lines (37 loc) · 1.24 KB
License: LGPL-v3

Web Actions Multi

This module provides a way to trigger more than one action on ActionManager

Usage

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'},
      ]
   }

Credits

Contributors

Maintainer

Modoolar

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