product_utility.xml 686 B

12345678910111213141516
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <openerp>
  3. <data>
  4. <record id="view_product_product_utility" model="ir.ui.view">
  5. <field name="name">view.product.product.utility</field>
  6. <field name="model">product.product</field>
  7. <field name="inherit_id" ref="product.product_normal_form_view"></field>
  8. <field name="arch" type="xml">
  9. <notebook>
  10. <page string="Utilidad de Compra y Ventas" class="table-bordered notebook-page-utility" attrs="{'invisible': [('type','!=','product')]}" >
  11. </page>
  12. </notebook>
  13. </field>
  14. </record>
  15. </data>
  16. </openerp>