Files
bank-payment/account_banking_sepa_credit_transfer/__init__.py
Alexis de Lattre 00e91f4e85 Now support 3 versions of SEPA PAIN : 001.001.02, 001.001.03 and 001.001.04
XML schema are now the original files from iso20022.org
When one of the invoices to pay is in a foreign currency, we take the foreign currency for the SEPA PAIN file, but we take company currency for the total amount in OpenERP.
Field "generation_date" now contain the time and not only the date.
Update module description about PAIN versions supported.
2013-05-15 22:09:21 +02:00

26 lines
1.1 KiB
Python

# -*- encoding: utf-8 -*-
##############################################################################
#
# SEPA Credit Transfer module for OpenERP
# Copyright (C) 2010-2013 Akretion (http://www.akretion.com)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
import wizard
import account_banking_sepa