[IMP] typo

bzr revid: fp@tinyerp.com-20121213155202-fmfock0x4q0a0we1
This commit is contained in:
Fabien Pinckaers 2012-12-13 16:52:02 +01:00
parent 0f43de3144
commit a32f7d22b5
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class project_task_type(osv.osv):
'state': fields.selection(_TASK_STATE, 'Related Status', required=True,
help="The status of your document is automatically changed regarding the selected stage. " \
"For example, if a stage is related to the status 'Close', when your document reaches this stage, it is automatically closed."),
'fold': fields.boolean('Hide in views if empty',
'fold': fields.boolean('Folded by Default',
help="This stage is not visible, for example in status bar or kanban view, when there are no records in that stage to display."),
}
def _get_default_project_id(self, cr, uid, ctx={}):