[16.0] add support for OCA payment order

This commit is contained in:
Luc De Meyer
2026-07-24 19:11:01 +02:00
parent a15edaceb0
commit 1e9b6fd829
2 changed files with 1 additions and 7 deletions
-4
View File
@@ -22,7 +22,3 @@ Usage
Create your Payment Order and generate the bank file. Create your Payment Order and generate the bank file.
Upload the generated file via the 'EBICS Upload' button on the payment order. Upload the generated file via the 'EBICS Upload' button on the payment order.
Known issues / Roadmap
======================
* Add support for multiple EBICS connections.
+1 -3
View File
@@ -12,8 +12,6 @@
"data": [ "data": [
"views/account_payment_order_views.xml", "views/account_payment_order_views.xml",
], ],
# installable False unit OCA payment order becomes
# available for 16.0
"images": ["static/description/cover.png"], "images": ["static/description/cover.png"],
"installable": False, "installable": True,
} }