diff --git a/account_ebics_payment_order/__manifest__.py b/account_ebics_payment_order/__manifest__.py index 811b3e8..14eeabe 100644 --- a/account_ebics_payment_order/__manifest__.py +++ b/account_ebics_payment_order/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Upload Payment Order via EBICS", - "version": "18.0.1.2.0", + "version": "19.0.1.0.0", "license": "LGPL-3", "author": "Noviat", "website": "https://www.noviat.com/", @@ -14,5 +14,4 @@ "views/account_payment_mode_views.xml", ], "images": ["static/description/cover.png"], - "installable": True, } diff --git a/account_ebics_payment_order/views/account_payment_mode_views.xml b/account_ebics_payment_order/views/account_payment_mode_views.xml index db10c49..db9d9b6 100644 --- a/account_ebics_payment_order/views/account_payment_mode_views.xml +++ b/account_ebics_payment_order/views/account_payment_mode_views.xml @@ -1,4 +1,4 @@ - + account.payment.mode.form diff --git a/account_ebics_payment_order/views/account_payment_order_views.xml b/account_ebics_payment_order/views/account_payment_order_views.xml index b2c1f3f..3e2bf7e 100644 --- a/account_ebics_payment_order/views/account_payment_order_views.xml +++ b/account_ebics_payment_order/views/account_payment_order_views.xml @@ -1,4 +1,4 @@ - + account.payment.order.form