1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{ "name" : "account_analytic_package", "description": """Analytic Packages.""", "version" : "1.0", "author" : "Tiny", "category" : "Generic Modules/Accounting", "module": "", "website": "http://www.tinyerp.com/", "depends" : ["account","product","crm"], "init_xml" : [], "update_xml" : [ "account_analytic_package_view.xml" ], "demo_xml" : [], "active": False, "installable": True } |