1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# -*- encoding: utf-8 -*- { "name" : "Sales Management extented with rebates", "version" : "1.0", "author" : "Tiny", "category" : "Generic Modules/Others", "website": "http://www.tinyerp.com", "depends" : ["base", "sale"], "init_xml" : [], "update_xml" : ['sale_view.xml'], "active": False, "installable": False } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: |