diff --git a/account_ebics/__manifest__.py b/account_ebics/__manifest__.py index 3452e3a..872215f 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 b84f781..b577ee2 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 fafe9c9..33e0e0e 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_oca_statement_import/__manifest__.py b/account_ebics_oca_statement_import/__manifest__.py index a141b7a..c1856f7 100644 --- a/account_ebics_oca_statement_import/__manifest__.py +++ b/account_ebics_oca_statement_import/__manifest__.py @@ -14,4 +14,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 43a8872..96defec 100644 --- a/account_ebics_oe/__manifest__.py +++ b/account_ebics_oe/__manifest__.py @@ -15,4 +15,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 35ad8a2..c7e856f 100644 --- a/account_ebics_payment_order/__manifest__.py +++ b/account_ebics_payment_order/__manifest__.py @@ -12,4 +12,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