<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <data>
        <record id="product_template_form_inherit" model="ir.ui.view">
            <field name="name">product.template.form.inherit.l10n_ro_cpv_code</field>
            <field name="model">product.template</field>
            <field name="inherit_id" ref="product.product_template_form_view"/>
            <field name="arch" type="xml">
                <xpath expr="//page[@name='invoicing']//group[@name='accounting']" position="inside">
                    <group name="cpv" string="CPV" invisible="'RO' not in fiscal_country_codes">
                        <field name="cpv_code_id"/>
                    </group>
                </xpath>
            </field>
        </record>
    </data>
</odoo>
