From c53d4f52e6119f98326e63456c3da9888862bb74 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Sat, 5 Aug 2023 18:28:12 +0200 Subject: [PATCH] [16.0] add support for OCA payment order --- account_ebics_payment_order/README.rst | 4 ---- account_ebics_payment_order/__manifest__.py | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) 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, }