Skip to content

Instantly share code, notes, and snippets.

@ged-odoo
Created June 13, 2014 11:58
Show Gist options
  • Save ged-odoo/0f4dd54ba05d01d15eaf to your computer and use it in GitHub Desktop.
Save ged-odoo/0f4dd54ba05d01d15eaf to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<tree string="Product Variants" order="name desc,price asc">
<field name="default_code"/>
<field name="name" order="1"/>
<field name="attribute_value_ids" widget="many2many_tags"/>
<field name="lst_price"/>
<field name="price" invisible="not context.get('pricelist',False)"/>
<field name="uom_id"/>
<field name="ean13"/>
<field name="state" invisible="1"/>
<field name="product_tmpl_id" invisible="1"/>
</tree>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment