diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index ef5dcf7..8787f63 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -21,4 +21,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 fc438c4..e80d0d8 100644 --- a/account_ebics_payment_order/__manifest__.py +++ b/account_ebics_payment_order/__manifest__.py @@ -14,4 +14,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