2
0
mirror of https://github.com/brain-tec/account_ebics.git synced 2025-04-04 19:44:38 +00:00

add cover image on all ebic modules

This commit is contained in:
Jérémy Didderen 2023-03-26 16:23:31 +02:00
parent 48f24e5bee
commit 00608d40c7
12 changed files with 6 additions and 0 deletions
account_ebics
__manifest__.py
static/description
account_ebics_batch
__manifest__.py
static/description
account_ebics_batch_payment
__manifest__.py
static/description
account_ebics_oca_statement_import
__manifest__.py
static/description
account_ebics_oe
__manifest__.py
static/description
account_ebics_payment_order
__manifest__.py
static/description

@ -29,4 +29,5 @@
"cryptography", "cryptography",
] ]
}, },
"images": ["static/description/cover.png"],
} }

Binary file not shown.

After

(image error) Size: 42 KiB

@ -17,4 +17,5 @@
"views/menu.xml", "views/menu.xml",
], ],
"installable": True, "installable": True,
"images": ["static/description/cover.png"],
} }

Binary file not shown.

After

(image error) Size: 42 KiB

@ -11,4 +11,5 @@
"depends": ["account_ebics", "account_batch_payment"], "depends": ["account_ebics", "account_batch_payment"],
"data": ["views/account_batch_payment_views.xml"], "data": ["views/account_batch_payment_views.xml"],
"installable": True, "installable": True,
"images": ["static/description/cover.png"],
} }

Binary file not shown.

After

(image error) Size: 42 KiB

@ -15,4 +15,5 @@
], ],
"installable": True, "installable": True,
"auto_install": True, "auto_install": True,
"images": ["static/description/cover.png"],
} }

Binary file not shown.

After

(image error) Size: 42 KiB

@ -16,4 +16,5 @@
"data": ["views/account_ebics_menu.xml"], "data": ["views/account_ebics_menu.xml"],
"installable": True, "installable": True,
"auto_install": True, "auto_install": True,
"images": ["static/description/cover.png"],
} }

Binary file not shown.

After

(image error) Size: 42 KiB

@ -13,4 +13,5 @@
"views/account_payment_order_views.xml", "views/account_payment_order_views.xml",
], ],
"installable": True, "installable": True,
"images": ["static/description/cover.png"],
} }

Binary file not shown.

After

(image error) Size: 42 KiB