Merge pull request #74 from jdidderen-noviat/16.0-cover_images

add cover image on all ebic modules
This commit is contained in:
Luc De Meyer 2023-03-26 14:20:20 +02:00 committed by GitHub
commit 31a0cf5830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

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

Width:  |  Height:  |  Size: 42 KiB

View File

@ -17,4 +17,5 @@
# available for 16.0 # available for 16.0
"installable": False, "installable": False,
"auto_install": True, "auto_install": True,
"images": ["static/description/cover.png"],
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

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

Width:  |  Height:  |  Size: 42 KiB

View File

@ -14,5 +14,6 @@
], ],
# installable False unit OCA payment order becomes # installable False unit OCA payment order becomes
# available for 16.0 # available for 16.0
"images": ["static/description/cover.png"],
"installable": False, "installable": False,
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB