1 2 3 4 5 6 7 8 9 10 11 12 13 |
{ "name" : "Online Demo Setup Module", "version" : "1.0", "author" : "Tiny", "website" : "http://tinyerp.com", "category" : "Vertical Modules/Parametrization", "description": """Module to set the configuration of the online demo of Tiny ERP.""", "depends" : ["project","base"], "init_xml" : [ ], "demo_xml" : [ ], "update_xml" : ["demo_setup_data.xml"], "installable": True } |