[IMP] batch payment: hide ebics_upload button on non-ebics journals

This commit is contained in:
Luc De Meyer
2026-04-14 15:52:51 +02:00
parent 6674cc4b35
commit 747e5a81c8
4 changed files with 42 additions and 12 deletions

View File

@@ -9,7 +9,7 @@
<button
name="ebics_upload"
type="object"
invisible="not file_generation_enabled or state != 'sent'"
invisible="hide_ebics_upload"
string="EBICS Upload"
/>
</button>