From 89d695b3f892fe5cce06c248166b3bc99fec2cec Mon Sep 17 00:00:00 2001 From: "Quentin (OpenERP)" Date: Wed, 8 Feb 2012 12:21:24 +0100 Subject: [PATCH] [FIX] l10n_be fixed typo bzr revid: qdp-launchpad@openerp.com-20120208112124-63t30tmz88kpn14z --- addons/l10n_be/wizard/l10n_be_vat_intra.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/l10n_be/wizard/l10n_be_vat_intra.py b/addons/l10n_be/wizard/l10n_be_vat_intra.py index 12b50de97fb..24506cb64c3 100644 --- a/addons/l10n_be/wizard/l10n_be_vat_intra.py +++ b/addons/l10n_be/wizard/l10n_be_vat_intra.py @@ -138,9 +138,9 @@ class partner_vat_intra(osv.osv_memory): if not country: country = company_vat[:2] if not email: - raise osv.except_osv(_('Data Insufficient!'),_('No email address asociated with the company.')) + raise osv.except_osv(_('Data Insufficient!'),_('No email address associated with the company.')) if not phone: - raise osv.except_osv(_('Data Insufficient!'),_('No phone asociated with the company.')) + raise osv.except_osv(_('Data Insufficient!'),_('No phone associated with the company.')) xmldict.update({ 'company_name': data_cmpny.name, 'company_vat': company_vat,