odoo/addons/hr_timesheet/__terp__.py

15 lines
609 B
Python

{
"name" : "Human Resources (Timesheet encoding)",
"version" : "0.1",
"author" : "Tiny",
"category" : "Generic Modules/Human Resources",
"website" : "http://tinyerp.com/module_hr.html",
"description": "Timesheet system, completly integrated with the cost accounting module. It allows you to set up a management by affair.",
"depends" : ["account", "hr"],
"init_xml" : ["hr_timesheet_data.xml"],
"demo_xml" : ["hr_timesheet_demo.xml","hr.analytic.timesheet.csv"],
"update_xml" : ["hr_timesheet_view.xml", "hr_timesheet_report.xml","hr_timesheet_wizard.xml"],
"active": False,
"installable": True
}