Files
web/web_action_conditionable/__openerp__.py
tarteo db090d78ba [ADD] web_action_conditionable: Expression based on group xml ids
[ADD] Tests

Enable usage of context

Revert "Enable usage of context"

[REM] Commented code
2019-02-06 09:29:27 +01:00

21 lines
443 B
Python

# -*- coding: utf-8 -*-
{
"name": 'web_action_conditionable',
"version": "8.0.1.1.0",
"category": "Web",
"website": "https://github.com/OCA/web",
"development_status": "Beta",
"depends": [
'base',
'web',
],
"license": "AGPL-3",
'data': [
'views/view.xml'
],
"author": "Cristian Salamea,Onestein,"
"Odoo Community Association (OCA)",
"installable": True,
}