add cover image on all ebic modules

This commit is contained in:
Jérémy Didderen 2023-03-26 16:16:23 +02:00
parent 9adbfb97e9
commit c0ea9c2d5c
4 changed files with 2 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

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

Width:  |  Height:  |  Size: 42 KiB