Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
23
web_ir_actions_act_multi/__manifest__.py
Executable file
23
web_ir_actions_act_multi/__manifest__.py
Executable file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2017 - 2018 Modoolar <info@modoolar.com>
|
||||
# Copyright 2018 Brainbean Apps
|
||||
# Copyright 2020 Manuel Calero
|
||||
# Copyright 2020 CorporateHub (https://corporatehub.eu)
|
||||
# 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": "18.0.1.0.0",
|
||||
"license": "LGPL-3",
|
||||
"author": "Modoolar, " "CorporateHub, " "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/web",
|
||||
"depends": ["web"],
|
||||
"data": ["security/ir.model.access.csv"],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_ir_actions_act_multi/static/src/**/*.esm.js",
|
||||
],
|
||||
},
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user