Enables triggering of more than one action on ActionManager
Project description
This module provides a way to trigger more than one action on ActionManager
Table of contents
Usage
To use this functionality you need to return following action with list of actions to execute:
def foo(self):
self.ensure_one()
return {
'type': 'ir.actions.act_multi',
'actions': [
{'type': 'ir.actions.act_window_close'},
{'type': 'ir.actions.client', 'tag': 'reload'},
]
}
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Contributors
Petar Najman <petar.najman@modoolar.com>
Mladen Meseldzija <mladen.meseldzija@modoolar.com>
-
Alexey Pelykh <alexey.pelykh@corphub.eu>
Manuel Calero - Tecnativa
Matias Peralta, Juan Rivero - Adhoc
Maintainers
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
This module is part of the OCA/web project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for odoo_addon_web_ir_actions_act_multi-15.0.1.0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0eb43ddc7a2474c76c71d9e116ec4c7eb62fca7cee55f775aeba7098bc51b9d7 |
|
MD5 | 5aa0b7565bba16f0ceb21c880eceefbc |
|
BLAKE2b-256 | d2f1c42189b3bc5f85570339dd2694aa02aa53d57581ec8fb99c3798f376442d |