From b80ac959e753be3a3f2fd13dc24a2eae75a4f7db Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Sat, 3 Aug 2013 00:28:01 +0200 Subject: [PATCH 1/3] We should not have ACLs for wizards. --- account_banking/security/ir.model.access.csv | 1 - 1 file changed, 1 deletion(-) diff --git a/account_banking/security/ir.model.access.csv b/account_banking/security/ir.model.access.csv index 5e9d5f05b..8444747b9 100644 --- a/account_banking/security/ir.model.access.csv +++ b/account_banking/security/ir.model.access.csv @@ -3,4 +3,3 @@ "access_account_banking_settings_user","account.banking.account.settings user","model_account_banking_account_settings","account.group_account_user",1,0,0,0 "access_account_banking_import","account.bankimport","model_account_banking_imported_file","account.group_account_user",1,1,1,1 "access_banking_import_transaction","Banking addons - Bank import transaction","model_banking_import_transaction","account.group_account_user",1,1,1,1 -"access_banking_transaction_wizard","Banking addons - Transaction wizard","model_banking_transaction_wizard","account.group_account_user",1,1,1,1 From 63be70d753c1a4045b09b825a53b7e00c5d8aeca Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Sat, 3 Aug 2013 00:39:11 +0200 Subject: [PATCH 2/3] 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 @@ - -