bzr revid: pinky-3d7e3829d0666ddf8d1fbd67e224e281adb7c034
This commit is contained in:
pinky 2007-03-20 12:19:23 +00:00
parent d853087121
commit 5f2770ccfc
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class project(osv.osv):
'warn_footer': fields.text('Mail footer'),
'notes': fields.text('Notes'),
'timesheet_id': fields.many2one('hr.timesheet.group', 'Timesheet'),
'state': fields.selection([('draft', 'Draft'), ('finished', 'Finished'), ('open', 'Opened')]),
'state': fields.selection([('draft', 'Open'), ('pending', 'Pending'), ('done', 'Done')]),
}
_defaults = {