You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
641 B
22 lines
641 B
# Copyright 2017 - 2018 Modoolar <info@modoolar.com>
|
|
# Copyright 2018 Brainbean Apps
|
|
# 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": "12.0.1.0.0",
|
|
"license": "LGPL-3",
|
|
"author": "Modoolar, "
|
|
"Brainbean Apps, "
|
|
"Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/web/",
|
|
"depends": [
|
|
"web"
|
|
],
|
|
"data": [
|
|
"views/web_ir_actions_act_multi.xml",
|
|
],
|
|
"installable": True,
|
|
}
|