Add module web_ir_actions_act_multi

This commit is contained in:
Petar Najman
2018-02-23 11:36:33 +01:00
committed by Jairo Llopis
parent a7d325a716
commit cc461a5431
6 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Copyright 2017 - 2018 Modoolar <info@modoolar.com>
# License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html).
{
"name": "Web Actions Multi",
"summary": "Enables triggering of more than one action on ActionManager",
"category": "Web",
"version": "11.0.1.0.0",
"license": "LGPL-3",
"author": "Modoolar, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web/",
"depends": ["web"],
"data": [
"views/web_ir_actions_act_multi.xml",
],
"installable": True,
}