mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[add] web_action_conditionable
This commit is contained in:
committed by
Jasmin Solanki
parent
d76698580e
commit
085bf954e6
13
web_action_conditionable/__openerp__.py
Normal file
13
web_action_conditionable/__openerp__.py
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user