odoo/addons/travel/__terp__.py

12 lines
273 B
Python
Raw Normal View History

{
"name" : "Travel",
"author" : "Tiny",
"version" : "1.0",
"depends" : ["base","product"],
"init_xml" : [],
"update_xml" : ["custom_view.xml", "custom_report.xml"],
"category" : "Enterprise Specific Modules/Travel Agencies",
"active": False,
"installable": True
}