diff --git a/account_ebics_payment_order/__manifest__.py b/account_ebics_payment_order/__manifest__.py index b5be3f9..63490b4 100644 --- a/account_ebics_payment_order/__manifest__.py +++ b/account_ebics_payment_order/__manifest__.py @@ -14,5 +14,6 @@ ], # installable False unit OCA payment order becomes # available for 16.0 + "images": ["static/description/cover.png"], "installable": False, } diff --git a/account_ebics_payment_order/static/description/cover.png b/account_ebics_payment_order/static/description/cover.png new file mode 100644 index 0000000..1ce051a Binary files /dev/null and b/account_ebics_payment_order/static/description/cover.png differ