Skip to content

Commit

Permalink
[IMP] edi_oca: adapt FWs to V17
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiMForgeFlow committed Oct 24, 2024
1 parent 3ac9423 commit 9126022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions edi_oca/views/edi_exchange_type_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
<field name="encoding" />
<field
name="encoding_out_error_handler"
attrs="{'invisible': [('direction', '=', 'input')]}"
invisible="direction == 'input'"
/>
<field
name="encoding_in_error_handler"
attrs="{'invisible': [('direction', '=', 'output')]}"
invisible="direction == 'output'"
/>
<field
name="allow_empty_files_on_receive"
attrs="{'invisible': [('direction', '=', 'output')]}"
invisible="direction == 'output'"
/>
</group>
</group>
Expand Down

0 comments on commit 9126022

Please sign in to comment.