mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] Rename manifest files
This commit is contained in:
committed by
Jairo Llopis
parent
3cd55c0b61
commit
a3a57b0d02
13
web_action_conditionable/__manifest__.py
Normal file
13
web_action_conditionable/__manifest__.py
Normal file
@@ -0,0 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
{
|
||||
"name": 'web_action_conditionable',
|
||||
"version": "8.0.0.1.0",
|
||||
"depends": [
|
||||
'base',
|
||||
'web',
|
||||
],
|
||||
'data': ['views/view.xml'],
|
||||
"author": "Cristian Salamea,Odoo Community Association (OCA)",
|
||||
'installable': False,
|
||||
}
|
||||
Reference in New Issue
Block a user