~technofluid-team/openobject-addons/technofluid_multiple_installations

« back to all changes in this revision

Viewing changes to hr_timesheet_sheet/__terp__.py

  • Committer: pinky
  • Date: 2007-03-07 18:10:55 UTC
  • Revision ID: pinky-18bde0a42a7ccf5befdb18a4fe02ea8a99cbe4d7
New module

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        "category" : "Generic Modules/Human Resources",
6
6
        "website" : "http://tinyerp.com/module_hr.html",
7
7
        "description": "Timesheet by sheets",
8
 
        "depends" : ["hr_timesheet", "hr_timesheet_project"],
 
8
        "depends" : ["hr_timesheet", "hr_timesheet_project", "hr_timesheet_invoice"],
9
9
        "init_xml" : [],
10
10
        "demo_xml" : [],
11
11
        "update_xml" : ["hr_timesheet_sheet_view.xml", "hr_timesheet_workflow.xml"],