[IMP] Improve tooltip on field.

bzr revid: bth@tinyerp.com-20130415072053-5zyrp09xf9bd2ivf
This commit is contained in:
bth-openerp 2013-04-15 12:50:53 +05:30
parent d6fcb3ec65
commit 8caa5bae8d
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ class account_analytic_account(osv.osv):
'remaining_hours': fields.function(_remaining_hours_calc, type='float', string='Remaining Time',
help="Computed using the formula: Maximum Time - Total Worked Time"),
'remaining_hours_to_invoice': fields.function(_remaining_hours_to_invoice_calc, type='float', string='Remaining Time',
help="Computed using the formula: Maximum Time - Total Invoiced Amount"),
help="Computed using the formula: Expected on timesheets - Total invoiced on timesheets"),
'fix_price_to_invoice': fields.function(_fix_price_to_invoice_calc, type='float', string='Remaining Time',
help="Sum of quotations for this contract."),
'timesheet_ca_invoiced': fields.function(_timesheet_ca_invoiced_calc, type='float', string='Remaining Time',