We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87830c6 commit e59ddc8Copy full SHA for e59ddc8
1 file changed
edi_partner_oca/views/partner_views.xml
@@ -6,16 +6,14 @@
6
<field name="inherit_id" ref="edi_oca.view_partner_form" />
7
<field name="arch" type="xml">
8
<group name="edi_main" position="inside">
9
- <field name="edi_config" invisible="1" />
10
- <field name="edi_has_form_config" invisible="1" />
11
<field name="edi_disable_auto" />
12
</group>
13
<div name="button_box" position="inside">
14
<button
15
type="object"
16
class="oe_stat_button"
17
icon="fa-retweet"
18
- attrs="{'invisible': [('exchange_record_count', '=', 0)]}"
+ invisible="exchange_record_count == 0"
19
name="action_view_edi_records"
20
>
21
<field
0 commit comments