diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index f496aef..63c1813 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/__manifest__.py b/account_ebics_batch/__manifest__.py index d1d3420..050c85a 100644 --- a/account_ebics_batch/__manifest__.py +++ b/account_ebics_batch/__manifest__.py @@ -17,4 +17,5 @@ "views/menu.xml", ], "installable": True, + "images": ["static/description/cover.png"], } diff --git a/account_ebics_batch/static/description/cover.png b/account_ebics_batch/static/description/cover.png new file mode 100644 index 0000000..1ce051a Binary files /dev/null and b/account_ebics_batch/static/description/cover.png differ diff --git a/account_ebics_batch_payment/__manifest__.py b/account_ebics_batch_payment/__manifest__.py index f6b0415..6c13227 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 diff --git a/account_ebics_oca_statement_import/__manifest__.py b/account_ebics_oca_statement_import/__manifest__.py index 7c4c49c..735313c 100644 --- a/account_ebics_oca_statement_import/__manifest__.py +++ b/account_ebics_oca_statement_import/__manifest__.py @@ -15,4 +15,5 @@ ], "installable": True, "auto_install": True, + "images": ["static/description/cover.png"], } diff --git a/account_ebics_oca_statement_import/static/description/cover.png b/account_ebics_oca_statement_import/static/description/cover.png new file mode 100644 index 0000000..1ce051a Binary files /dev/null and b/account_ebics_oca_statement_import/static/description/cover.png differ diff --git a/account_ebics_oe/__manifest__.py b/account_ebics_oe/__manifest__.py index 5e7f000..fe2f9bf 100644 --- a/account_ebics_oe/__manifest__.py +++ b/account_ebics_oe/__manifest__.py @@ -16,4 +16,5 @@ "data": ["views/account_ebics_menu.xml"], "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 d79491a..521ab1c 100644 --- a/account_ebics_payment_order/__manifest__.py +++ b/account_ebics_payment_order/__manifest__.py @@ -13,4 +13,5 @@ "views/account_payment_order_views.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