<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <record id="res_config_settings_form_inherit_l10n_ro_edi" model="ir.ui.view">
        <field name="name">res.config.settings.form.inherit.l10n.ro.edi</field>
        <field name="model">res.config.settings</field>
        <field name="inherit_id" ref="account.res_config_settings_view_form"/>
        <field name="arch" type="xml">
            <!-- Match the appropriate <li> by using contains() instead of matching the whole text() because we can't properly escape the double quotes in the text -->
            <xpath expr="//block[@id='l10n_ro_edi_settings']//li//li[@id='serviciu']" position="replace">
                <li>In "Serviciu", select the options "E-Factura" and "E-Transport"</li>
            </xpath>
        </field>
    </record>
</odoo>
