web/web_action_conditionable/__manifest__.py

12 lines
369 B
Python

# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "web_action_conditionable",
"version": "14.0.1.0.1",
"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,
}