diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index c37bfca..559bfb4 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -22,4 +22,5 @@ ], 'installable': True, 'application': True, + "images": ["static/description/cover.png"], } diff --git a/account_ebics/static/description/cover.png b/account_ebics/static/description/cover.png new file mode 100644 index 0000000..1ce051a Binary files /dev/null and b/account_ebics/static/description/cover.png differ diff --git a/account_ebics_payment_order/__manifest__.py b/account_ebics_payment_order/__manifest__.py index b7fd1d4..b47d30d 100644 --- a/account_ebics_payment_order/__manifest__.py +++ b/account_ebics_payment_order/__manifest__.py @@ -15,4 +15,5 @@ 'views/account_payment_order.xml', ], 'installable': True, + "images": ["static/description/cover.png"], } 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