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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name" : "Module to  extracts the schema structure",
    "version" : "0.1",
    "author" : "Tiny",
    "website" : "http://www.openerp.com",
    "depends" : ["olap"],
    "category" : "Generic Modules/Olap",
    "description": """
    Extracts the schema structure.
    """,
    "init_xml" :  [],
    "update_xml" : ["olap_extract_wizard.xml"],
    "demo_xml" : [],
    "active": False,
    "installable": True
}