diff --git a/account_ebics_payment_order/README.rst b/account_ebics_payment_order/README.rst index 75caafd..2bb94ee 100644 --- a/account_ebics_payment_order/README.rst +++ b/account_ebics_payment_order/README.rst @@ -22,7 +22,3 @@ 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/__manifest__.py b/account_ebics_payment_order/__manifest__.py index 3d73d7a..4174e85 100644 --- a/account_ebics_payment_order/__manifest__.py +++ b/account_ebics_payment_order/__manifest__.py @@ -12,8 +12,6 @@ "data": [ "views/account_payment_order_views.xml", ], - # installable False unit OCA payment order becomes - # available for 16.0 "images": ["static/description/cover.png"], - "installable": False, + "installable": True, }