From 81a305a0182b9495f5def09d53ca8d7f83d8763c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Delavall=C3=A9e?= Date: Fri, 4 Jul 2014 08:02:54 +0200 Subject: [PATCH] [FIX] sale: sales_team: fixed use_quotations field named 'opportunities' instead of 'quotations', copy and paste error probably --- addons/sale/sales_team.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/sale/sales_team.py b/addons/sale/sales_team.py index ba9f3e3f5e1..372fc0fba19 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"