3
0
Fork 0
web_techsystech/web_action_conditionable/__manifest__.py

15 lines
386 B
Python

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