forked from Techsystech/web
17 lines
477 B
Python
17 lines
477 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "web_action_conditionable",
|
|
"version": "16.0.1.0.0",
|
|
"depends": ["base", "web"],
|
|
"data": [],
|
|
"author": "Cristian Salamea,Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/web",
|
|
"license": "AGPL-3",
|
|
"assets": {
|
|
"web.assets_backend": [
|
|
"web_action_conditionable/static/src/components/*",
|
|
],
|
|
},
|
|
"installable": True,
|
|
}
|