diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index b4e38ea..d26bba7 100644 --- a/account_ebics/__manifest__.py +++ b/account_ebics/__manifest__.py @@ -29,4 +29,5 @@ 'cryptography', ] }, + "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_batch_payment/__manifest__.py b/account_ebics_batch_payment/__manifest__.py index 60d98a4..c3353a6 100644 --- a/account_ebics_batch_payment/__manifest__.py +++ b/account_ebics_batch_payment/__manifest__.py @@ -10,4 +10,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 diff --git a/account_ebics_oe/__manifest__.py b/account_ebics_oe/__manifest__.py index 5650b08..1e16f40 100644 --- a/account_ebics_oe/__manifest__.py +++ b/account_ebics_oe/__manifest__.py @@ -17,4 +17,5 @@ ], 'installable': True, 'auto_install': True, + "images": ["static/description/cover.png"], } diff --git a/account_ebics_oe/static/description/cover.png b/account_ebics_oe/static/description/cover.png new file mode 100644 index 0000000..1ce051a Binary files /dev/null and b/account_ebics_oe/static/description/cover.png differ diff --git a/account_ebics_payment_order/__manifest__.py b/account_ebics_payment_order/__manifest__.py index af898a4..29e1a81 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