<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <data>
        <record id="view_account_journal_form_inherited" model="ir.ui.view">
            <field name="name">account.journal.form.inherited</field>
            <field name="model">account.journal</field>
            <field name="inherit_id" ref="account.view_account_journal_form" />
            <field name="arch" type="xml">
                <xpath expr="//group[@name='group_edi_config']" position="attributes">
                    <attribute name="invisible">not compatible_edi_ids</attribute>
                </xpath>
                <xpath expr="//group[@name='group_edi_config']" position="inside">
                    <field name="compatible_edi_ids" invisible="1" />
                    <field name="edi_format_ids" widget="many2many_checkboxes" invisible="not compatible_edi_ids"/>
                </xpath>
            </field>
        </record>
    </data>
</odoo>
