add cover image on all ebic modules

This commit is contained in:
Jérémy Didderen 2023-03-26 16:22:15 +02:00
parent 2091269046
commit 388de6670a
12 changed files with 6 additions and 0 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -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

Width:  |  Height:  |  Size: 42 KiB

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

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

Width:  |  Height:  |  Size: 42 KiB

View File

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