From b780c85555070852e58a7ea22fdd9fe1ea327b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 13 Aug 2013 11:25:17 +0200 Subject: [PATCH] clarified comment about workflow in account_banking_sepa_credit_transfer --- account_banking_sepa_credit_transfer/wizard/export_sepa.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/account_banking_sepa_credit_transfer/wizard/export_sepa.py b/account_banking_sepa_credit_transfer/wizard/export_sepa.py index 4d73b5796..e461e6eaa 100644 --- a/account_banking_sepa_credit_transfer/wizard/export_sepa.py +++ b/account_banking_sepa_credit_transfer/wizard/export_sepa.py @@ -328,7 +328,10 @@ class banking_export_sepa_wizard(orm.TransientModel): def save_sepa(self, cr, uid, ids, context=None): ''' - Save the SEPA PAIN: mark all payments in the file as 'sent'. + Save the SEPA PAIN: send the done signal to all payment orders in the file. + With the default workflow, they will transition to 'done', while with the + advanced workflow in account_banking_payment they will transition to 'sent' + waiting reconciliation. ''' sepa_export = self.browse(cr, uid, ids[0], context=context) sepa_file = self.pool.get('banking.export.sepa').write(cr, uid,