[FIX] project: better tooltip of time_unit field

Changing the unit does not modify past entries generated (too dangerous) however
this was not clear of the effect of the field.
A better fix (for master) would be to add a unit field. opw 618804
This commit is contained in:
Rucha Dave 2015-01-12 17:59:33 +05:30 committed by Martin Trigaux
parent 2a88020c10
commit 933ac7b2fd
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ class project_configuration(osv.osv_memory):
help='Provides management of issues/bugs in projects.\n'
'-This installs the module project_issue.'),
'time_unit': fields.many2one('product.uom', 'Working time unit', required=True,
help="""This will set the unit of measure used in projects and tasks."""),
help='This will set the unit of measure used in projects and tasks.\n'
'Changing the unit will only impact new entries.'),
'module_project_issue_sheet': fields.boolean("Invoice working time on issues",
help='Provides timesheet support for the issues/bugs management in project.\n'
'-This installs the module project_issue_sheet.'),