From cf1f0ee17b9a633e3e5dc825be80c10245b1bbfd Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Sat, 3 Aug 2013 00:39:11 +0200 Subject: [PATCH] Update strings to prepare the arrival of SEPA Direct Debit XSD validation of the SEPA XML file is now really working Update views to 7.0-style Better error handling when Bank account in missing on the invoice. --- .../__openerp__.py | 1 + .../account_banking_sepa_view.xml | 8 ++++---- .../wizard/export_sepa.py | 9 ++++++--- .../wizard/export_sepa_view.xml | 17 ++++++++--------- 4 files changed, 19 insertions(+), 16 deletions(-) diff --git a/account_banking_sepa_credit_transfer/__openerp__.py b/account_banking_sepa_credit_transfer/__openerp__.py index c10478908..35891b16c 100644 --- a/account_banking_sepa_credit_transfer/__openerp__.py +++ b/account_banking_sepa_credit_transfer/__openerp__.py @@ -20,6 +20,7 @@ ############################################################################## { 'name': 'Account Banking SEPA Credit Transfer', + 'summary': 'Create SEPA XML files for Credit Transfers', 'version': '0.1', 'license': 'AGPL-3', 'author': 'Akretion', diff --git a/account_banking_sepa_credit_transfer/account_banking_sepa_view.xml b/account_banking_sepa_credit_transfer/account_banking_sepa_view.xml index 8aabd04b9..fca4ba4d2 100644 --- a/account_banking_sepa_credit_transfer/account_banking_sepa_view.xml +++ b/account_banking_sepa_credit_transfer/account_banking_sepa_view.xml @@ -13,7 +13,7 @@
- + @@ -25,7 +25,7 @@ - + @@ -57,7 +57,7 @@ - Generated SEPA XML files + Generated SEPA Credit Transfer XML files banking.export.sepa form tree,form @@ -71,7 +71,7 @@ /> banking.export.sepa.wizard.view banking.export.sepa.wizard - + @@ -20,9 +20,6 @@ - -