1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# -*- encoding: utf-8 -*- { "name" : "Url Menus", "version" : "1.1", "author" : "Tiny", "category" : "Generic Modules/Others", "website": "http://www.tinyerp.com", "description": "Module for creating URL menus. Work only with eTiny", "depends" : ["base"], "init_xml" : [], "update_xml" : ["base_url_menu_wizard.xml"], "active": False, "installable": True } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: |