2
0
mirror of https://github.com/brain-tec/account_ebics.git synced 2025-03-26 05:40:26 +00:00

add cover image on all ebic modules

This commit is contained in:
Jérémy Didderen 2023-03-26 16:21:14 +02:00
parent 18a0390bdc
commit 94b1192a32
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

@ -29,4 +29,5 @@
'cryptography',
]
},
"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"],
"data": ["views/account_batch_payment_views.xml"],
"installable": True,
"images": ["static/description/cover.png"],
}

Binary file not shown.

After

(image error) Size: 42 KiB

@ -17,4 +17,5 @@
],
'installable': 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',
],
'installable': True,
"images": ["static/description/cover.png"],
}

Binary file not shown.

After

(image error) Size: 42 KiB