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.

14 lines
490 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <record id="product_product_tree_view_inherit" model="ir.ui.view">
  4. <field name="name">product.product.view.list.inherit</field>
  5. <field name="model">product.product</field>
  6. <field name="inherit_id" ref="product.product_product_tree_view" />
  7. <field name="arch" type="xml">
  8. <field name="priority" position="before">
  9. <field name="variant_sequence" widget="handle" />
  10. </field>
  11. </field>
  12. </record>
  13. </odoo>