<?xml version="1.0" encoding="UTF-8"?>
<openerp>
    <data>

        <record id="product_template_only_form_view" model="ir.ui.view">
            <field name="name">ProductTemplateViewFormInherit</field>
            <field name="model">product.template</field>
            <field name="priority" eval="900" />
            <field name="inherit_id" ref="product.product_template_only_form_view"/>
            <field name="arch" type="xml">
                <xpath expr="//sheet" position="before">
                    <header>
                        <button class="oe_highlight" type="object" string="Etiqueta" name="print_labels"/>
                    </header>
                </xpath>
            </field>
        </record>

    </data>
</openerp>