[IMP] account_ebics_batch_payment: restrict EBICS file format domain to upload formats defined in EBICS config

This commit is contained in:
Luc De Meyer
2026-08-05 12:51:54 +02:00
parent d14d0edf72
commit 1246590592
3 changed files with 16 additions and 1 deletions
@@ -13,6 +13,7 @@
name="ebics_file_format_id"
optional="hide"
options="{'no_create': True}"
domain="[('id', 'in', parent.ebics_file_format_ids), ('type', '=', 'up')]"
/>
</xpath>
<xpath
@@ -23,6 +24,7 @@
name="ebics_file_format_id"
optional="hide"
options="{'no_create': True}"
domain="[('id', 'in', parent.ebics_file_format_ids), ('type', '=', 'up')]"
/>
</xpath>
</field>