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:19:29 +02:00
parent a10c44e198
commit 2a2d04a612
8 changed files with 4 additions and 0 deletions
account_ebics
__manifest__.py
static/description
account_ebics_batch_payment
__manifest__.py
static/description
account_ebics_oe
__manifest__.py
static/description
account_ebics_payment_order
__manifest__.py
static/description

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

Binary file not shown.

After

(image error) Size: 42 KiB

@ -10,4 +10,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

@ -18,4 +18,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

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

Binary file not shown.

After

(image error) Size: 42 KiB