Merge pull request #77 from jdidderen-noviat/12.0-cover_images

add cover image on all ebic modules
This commit is contained in:
Luc De Meyer 2023-03-26 20:18:58 +02:00 committed by GitHub
commit 407fb01bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 4 additions and 0 deletions

View File

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

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

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

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

Width:  |  Height:  |  Size: 42 KiB