From e03173c93cdcdb55fbfc3e9d6f4d4d34d1498e9d Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sat, 11 May 2019 20:13:54 +0200 Subject: [PATCH] update README.rst --- account_ebics_payment_order/README.rst | 5 +++++ account_ebics_payment_order/__init__.py | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/account_ebics_payment_order/README.rst b/account_ebics_payment_order/README.rst index 2109413..e976663 100644 --- a/account_ebics_payment_order/README.rst +++ b/account_ebics_payment_order/README.rst @@ -21,3 +21,8 @@ Usage Create your Payment Order and generate the bank file. Upload the generated file via the 'EBICS Upload' button on the payment order. + +Known issues / Roadmap +====================== + + * Add support for multiple EBICS connections. diff --git a/account_ebics_payment_order/__init__.py b/account_ebics_payment_order/__init__.py index fcc96f7..0650744 100644 --- a/account_ebics_payment_order/__init__.py +++ b/account_ebics_payment_order/__init__.py @@ -1,4 +1 @@ -# Copyright 2009-2017 Noviat. -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). - from . import models