You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
755 B

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <odoo>
  3. <record id="product_template_tree" model="ir.ui.view">
  4. <field name="name">product.template.tree</field>
  5. <field name="model">product.template</field>
  6. <field eval="6" name="priority"/>
  7. <!--<field name="inherit_id" ref="product.product_template_tree_view"/>-->
  8. <field name="arch" type="xml">
  9. <tree>
  10. <field name="name"/>
  11. <field name="ref interne"/>
  12. <field name="supplier"/>
  13. <field name="stock_coverage"/>
  14. <field name="virtual_coverage"/>
  15. <field name="categ_id"/>
  16. <field name="qty_available"/>
  17. <field name="expected quantity"/>
  18. </tree>
  19. </field>
  20. </record>
  21. </odoo>