Rename the module to "account_banking_sepa_credit_transfer", in order to "leave room" for modules that would implement other aspects of SEPA.

This commit is contained in:
Alexis de Lattre
2012-07-01 00:56:23 +02:00
parent 39eed4713d
commit 8d93c2cc9e
10 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# SEPA PAIN module for OpenERP
# SEPA Credit Transfer module for OpenERP
# Copyright (C) 2010-2012 Akretion (http://www.akretion.com)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
#

View File

@@ -1,6 +1,6 @@
##############################################################################
#
# SEPA PAIN module for OpenERP
# SEPA Credit Transfer module for OpenERP
# Copyright (C) 2010-2012 Akretion (http://www.akretion.com)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
#
@@ -19,7 +19,7 @@
#
##############################################################################
{
'name': 'Account Banking SEPA',
'name': 'Account Banking SEPA Credit Transfer',
'version': '0.1',
'license': 'AGPL-3',
'author': 'Akretion',
@@ -37,7 +37,7 @@
'description': '''
Module to export payment orders in SEPA XML file format.
SEPA PAIN (PAyment INitiation) is the new european standard for Customer-to-Bank payment instructions. This module implements SCT (SEPA Credit Transfer), more specifically PAIN version 001.001.04.
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 version 001.001.04.
It is part of the ISO 20022 standard, available on www.iso20022.org.

View File

@@ -1,6 +1,6 @@
##############################################################################
#
# SEPA SCT module for OpenERP
# SEPA Credit Transfer module for OpenERP
# Copyright (C) 2010-2012 Akretion (http://www.akretion.com)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
#

View File

@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# SEPA SCT module for OpenERP
# SEPA Credit Transfer module for OpenERP
# Copyright (C) 2010-2012 Akretion (http://www.akretion.com)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
#

View File

@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# SEPA PAIN module for OpenERP
# SEPA Credit Transfer module for OpenERP
# Copyright (C) 2010-2012 Akretion (http://www.akretion.com)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
#