odoo/addons/report_timesheet/__terp__.py

14 lines
340 B
Python

{
"name" : "Timesheet - Reporting",
"version" : "1.0",
"author" : "Tiny",
"website" : "http://tinyerp.com",
"depends" : ["hr_timesheet",'hr_timesheet_invoice'],
"category" : "Generic Modules/Human ressources",
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["report_timesheet_view.xml"],
"active": False,
"installable": True
}