From 4f8f9469431007c2516c403f7e452503b0e77f49 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 1 Mar 2012 16:16:12 +0100 Subject: [PATCH] Modify help message. --- intrastat_base/product.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intrastat_base/product.py b/intrastat_base/product.py index 959eede0..38cbcb7a 100644 --- a/intrastat_base/product.py +++ b/intrastat_base/product.py @@ -25,7 +25,7 @@ from osv import osv, fields class product_template(osv.osv): _inherit = "product.template" _columns = { - 'exclude_from_intrastat': fields.boolean('Exclude from Intrastat reports', help="If set to True, the product or service will not be taken into account for Intrastat Product or Service reports. So you should leave this field to False unless you have a good reason. Exemple of good reason : 'Shipping' is a service that should probably be excluded from the Intrastat Service report."), + 'exclude_from_intrastat': fields.boolean('Exclude from Intrastat reports', help="If set to True, the product or service will not be taken into account for Intrastat Product or Service reports. So you should leave this field to False unless you have a very good reason."), } _default = {