diff --git a/account_ebics_batch_payment/__manifest__.py b/account_ebics_batch_payment/__manifest__.py index f1dca19..9678c46 100644 --- a/account_ebics_batch_payment/__manifest__.py +++ b/account_ebics_batch_payment/__manifest__.py @@ -11,4 +11,5 @@ "depends": ["account_ebics", "account_batch_payment"], "data": ["views/account_batch_payment_views.xml"], "installable": True, + "images": ["static/description/cover.png"], } diff --git a/account_ebics_batch_payment/static/description/cover.png b/account_ebics_batch_payment/static/description/cover.png new file mode 100644 index 0000000..1ce051a Binary files /dev/null and b/account_ebics_batch_payment/static/description/cover.png differ