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,