From: Fabien Pinckaers Date: Mon, 27 Oct 2008 12:26:28 +0000 (+0100) Subject: improve X-Git-Tag: 5.0.0-alpha-addons~116 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=b68f6d61ffdda891b740adb1a272d0ebf151feb7;p=odoo%2Fodoo.git improve bzr revid: fp@tinyerp.com-20081027122628-wv6n532k9qmbyaht --- diff --git a/addons/hr_timesheet_sheet/hr_timesheet_sheet_demo.xml b/addons/hr_timesheet_sheet/hr_timesheet_sheet_demo.xml index c687b17..c0e0d1d 100644 --- a/addons/hr_timesheet_sheet/hr_timesheet_sheet_demo.xml +++ b/addons/hr_timesheet_sheet/hr_timesheet_sheet_demo.xml @@ -9,10 +9,6 @@ - - - - Sheet 1 @@ -79,33 +75,6 @@ --> - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/addons/project/project.py b/addons/project/project.py index f7b460b..33843b7 100644 --- a/addons/project/project.py +++ b/addons/project/project.py @@ -131,7 +131,7 @@ class project(osv.osv): 'warn_header': fields.text('Mail header'), 'warn_footer': fields.text('Mail footer'), 'notes': fields.text('Notes'), - 'timesheet_id': fields.many2one('hr.timesheet.group', 'Working Time'), + 'timesheet_id': fields.many2one('hr.timesheet.group', 'Working Time', help="Timetable working hours to adjust the gantt diagram report"), 'state': fields.selection([('template', 'Template'), ('open', 'Open'), ('pending', 'Pending'), ('cancelled', 'Cancelled'), ('done', 'Done')], 'State', required=True, readonly=True), }