<?xml version="1.0" encoding="UTF-8"?>
<odoo>
    <record id="product_template_form" model="ir.ui.view">
        <field name="name">product.template.form.inherit</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="GTU" string="GTU">
                    <field name="l10n_pl_vat_gtu"/>
                </group>
            </xpath>
        </field>
    </record>
</odoo>
