~zaber/openobject-addons/stable_5.0-extra-addons

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name" : "CCI Base Contact",
    "version" : "1.0",
    "author" : "Tiny",
    "website" : "http://tinyerp.com",
    "category" : "Generic Modules/CCI Base Contact",
    "description": """
        specific module for cci project which will inherit
        base_contact module..
    """,
    "depends" : ["base", "base_contact"],
    "init_xml" : [],
    "demo_xml" : [],
    "update_xml" : ['cci_base_contact_view.xml'],
    "active": False,
    "installable": True
}