~therp-nl/banking-addons/ba61-move_ref

« back to all changes in this revision

Viewing changes to account_banking_sepa_credit_transfer/__openerp__.py

  • Committer: Alexis de Lattre
  • Date: 2013-06-05 11:50:32 UTC
  • mto: This revision was merged to the branch mainline in revision 176.
  • Revision ID: alexis@via.ecp.fr-20130605115032-7w8c6dwiyg4q21c0
Update module description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    'description': '''
38
38
Module to export payment orders in SEPA XML file format.
39
39
 
40
 
SEPA PAIN (PAyment INitiation) is the new european standard for Customer-to-Bank payment instructions. This module implements SEPA Credit Transfer (SCT), more specifically PAIN versions 001.001.02, 001.001.03 and 001.001.04.
 
40
SEPA PAIN (PAyment INitiation) is the new european standard for Customer-to-Bank payment instructions. This module implements SEPA Credit Transfer (SCT), more specifically PAIN versions 001.001.02, 001.001.03 and 001.001.04. It is part of the ISO 20022 standard, available on http://www.iso20022.org.
41
41
 
42
 
It is part of the ISO 20022 standard, available on http://www.iso20022.org.
 
42
The Implementation Guidelines for SEPA Credit Transfer published by the European Payments Council (http://http://www.europeanpaymentscouncil.eu) use PAIN version 001.001.03, so it's probably the version of PAIN that you should try first.
43
43
 
44
44
This module uses the framework provided by the banking addons, cf https://launchpad.net/banking-addons
45
45