[IMP] hr_timesheet_invoice: better help tooltip on timesheet invoice rate

bzr revid: qdp-launchpad@openerp.com-20120626130702-9kzbrz6mlvxlxpul
This commit is contained in:
Quentin (OpenERP) 2012-06-26 15:07:02 +02:00
parent 1aa2f7a23b
commit 501baa54f3
1 changed files with 2 additions and 3 deletions

View File

@ -70,9 +70,8 @@ class account_analytic_account(osv.osv):
'amount_invoiced': fields.function(_invoiced_calc, string='Invoiced Amount',
help="Total invoiced"),
'to_invoice': fields.many2one('hr_timesheet_invoice.factor', 'Timesheet Invoicing Ratio',
help="Fill this field if you plan to automatically generate invoices based " \
"on the costs in this analytic account: timesheets, expenses, ..." \
"You can configure an automatic invoice rate on analytic accounts."),
help="This field allows you to define the rate in case you plan to reinvoice " \
"the costs in this analytic account: timesheets, expenses, ..."),
}
_defaults = {
'pricelist_id': lambda self, cr, uid, ctx: ctx.get('pricelist_id', False),