[FIX] sale: sales_team: fixed use_quotations field named 'opportunities' instead of 'quotations', copy and paste error probably

This commit is contained in:
Thibault Delavallée 2014-07-04 08:02:54 +02:00
parent 670bf32143
commit 81a305a018
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class crm_case_section(osv.osv):
return res
_columns = {
'use_quotations': fields.boolean('Opportunities', help="Check this box to manage quotations in this sales team."),
'use_quotations': fields.boolean('Quotations', help="Check this box to manage quotations in this sales team."),
'invoiced_forecast': fields.integer(string='Invoice Forecast',
help="Forecast of the invoice revenue for the current month. This is the amount the sales \n"
"team should invoice this month. It is used to compute the progression ratio \n"