~openerp-commiter/openobject-addons/trunk-extra-addons

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name" : "Portal Sale Management",
    "version" : "0.1",
    "author" : "Tiny",
    "website" : "http://tinyerp.com/",
    "depends" : ["base","portal","sale"],
    "category" : "Generic Modules/Others",
    "description": """
     """,
    "init_xml" : [],
    "update_xml" : ["portal_sale_view.xml","portal_conf_data.xml"],
    "demo_xml" : ["portal_sale_data.xml"],
    "active": False,
    "installable": True
}