odoo/addons/project_timesheet/__terp__.py

22 lines
685 B
Python
Raw Normal View History

# -*- encoding: utf-8 -*-
{
"name" : "Project Timesheet",
"version" : "1.0",
"author" : "Tiny",
"website" : "http://tinyerp.com",
"category" : "Generic Modules/HR",
"description": """
This module lets you transfer the entries under tasks defined for Project Management to
the Timesheet line entries for particular date and particular user with the effect of creating, editing and deleting either ways.
""",
"depends" : ["base", "project", "hr_timesheet"],
"init_xml" : [],
"demo_xml" : [],
"update_xml" : [],
"active": False,
"installable": True
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: