[IMP] Modify tooltip for remaining on timesheet.

bzr revid: bth@tinyerp.com-20130409104807-jme2059quueouns8
This commit is contained in:
bth-openerp 2013-04-09 16:18:07 +05:30
parent 1fe0a9afe9
commit ae4900a278
1 changed files with 1 additions and 1 deletions

View File

@ -481,7 +481,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 Time"),
help="Computed using the formula: Maximum Time - Total Invoiced Amount"),
'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',