From: Thibault Delavallée Date: Fri, 4 Jul 2014 06:02:54 +0000 (+0200) Subject: [FIX] sale: sales_team: fixed use_quotations field named 'opportunities' instead... X-Git-Tag: InsPy_8.0_01~90^2~2 X-Git-Url: http://git.inspyration.org/?a=commitdiff_plain;h=81a305a0182b9495f5def09d53ca8d7f83d8763c;p=odoo%2Fodoo.git [FIX] sale: sales_team: fixed use_quotations field named 'opportunities' instead of 'quotations', copy and paste error probably --- diff --git a/addons/sale/sales_team.py b/addons/sale/sales_team.py index ba9f3e3..372fc0f 100644 --- a/addons/sale/sales_team.py +++ b/addons/sale/sales_team.py @@ -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"