[MIG] account_ebics_batch_payment: Migration to 17.0

This commit is contained in:
Luc De Meyer
2024-01-30 22:32:52 +01:00
parent acb8e676b8
commit 7b2c4cb3ac
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
<button
name="ebics_upload"
type="object"
attrs="{'invisible': ['|', ('file_generation_enabled', '=', False), ('state', '!=', 'sent')]}"
invisible="not file_generation_enabled or state != 'sent'"
string="EBICS Upload"
/>
</button>