odoo/addons/hr_timesheet_project/__terp__.py

13 lines
445 B
Python

{
"name" : "Human Resources (Timesheet encoding from project tasks)",
"version" : "1.0",
"author" : "Tiny",
"category" : "Generic Modules/Human Resources",
"description": """Auto-complete timesheet based on tasks made on the project management module.""",
"website" : "http://tinyerp.com/module_hr.html",
"depends" : ["project", "hr_timesheet"],
"update_xml" : ["hr_timesheet_project_view.xml"],
"active": False,
"installable": True
}