Skip to content

Files

Latest commit

f7ba795 · Dec 18, 2019

History

History
This branch is 122 commits ahead of, 4 commits behind modoolar/scrummer:11.0.

web_ir_actions_act_multi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 6, 2018
Jun 6, 2018
Jun 6, 2018
Jun 6, 2018
Dec 18, 2019
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