mirror of
https://github.com/brain-tec/account_ebics.git
synced 2026-08-06 14:42:37 +00:00
[IMP] account_ebics_batch_payment: restrict EBICS file format domain to upload formats defined in EBICS config
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user