Files
web/web_action_conditionable/__manifest__.py
ahenriquez 84bd2d46a0 [UPT]web_action_conditionable
* assets file rename + log ignored errors when reading attrs
* update readme description
2020-07-22 10:45:48 +02:00

12 lines
369 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "web_action_conditionable",
"version": "13.0.1.0.0",
"depends": ["base", "web"],
"data": ["templates/assets.xml"],
"author": "Cristian Salamea,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/web",
"license": "AGPL-3",
"installable": True,
}