Skip to content

Latest commit

 

History

History
 
 

web_ir_actions_act_multi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
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