product_product.xml 732 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <record id="product_normal_form_view" model="ir.ui.view">
  5. <field name="name">ProductProductViewFormInherit</field>
  6. <field name="model">product.product</field>
  7. <field name="inherit_id" ref="product.product_normal_form_view" />
  8. <field eval="900" name="priority"/>
  9. <field name="arch" type="xml">
  10. <xpath expr="//sheet" position="before">
  11. <header>
  12. <button class="oe_highlight" type="object" string="Etiqueta" name="print_labels"/>
  13. </header>
  14. </xpath>
  15. </field>
  16. </record>
  17. </data>
  18. </openerp>