<?xml version="1.0" encoding="utf-8"?>
<odoo>

    <record id="account_move_send_form" model="ir.ui.view">
        <field name="name">account.move.send.form</field>
        <field name="model">account.move.send</field>
        <field name="inherit_id" ref="account.account_move_send_form"/>
        <field name="arch" type="xml">
            <xpath expr="//div[@name='advanced_options']" position="inside">
                <field name="l10n_es_edi_facturae_enable_xml" invisible="1"/>
                <div name="option_xml"
                     invisible="not l10n_es_edi_facturae_enable_xml">
                    <!-- Use one field as the label for another -->
                    <field name="l10n_es_edi_facturae_checkbox_xml" style="display: inline-block"/>
                    <b><label for="l10n_es_edi_facturae_checkbox_xml"></label></b>
                </div>
            </xpath>
        </field>
    </record>

</odoo>
