[add] web_action_conditionable

This commit is contained in:
Cristian Salamea
2015-08-10 19:22:41 -05:00
committed by Jasmin Solanki
parent d76698580e
commit 085bf954e6
5 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
{
"name": 'web_action_conditionable',
"version": "0.1",
"depends": [
'base',
'web',
],
'data': ['views/view.xml'],
"author": "Cristian Salamea,Odoo Community Association (OCA)",
"installable": True,
}