Skip to content

Instantly share code, notes, and snippets.

@ianjosephwilson
Created May 3, 2013 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianjosephwilson/5511938 to your computer and use it in GitHub Desktop.
Save ianjosephwilson/5511938 to your computer and use it in GitHub Desktop.
<record model="ir.ui.view" id="product_view_form">
<field name="model">product.product</field>
<field name="inherit" ref="product.product_view_form"/>
<field name="arch" type="xml">
<![CDATA[
<data>
<xpath expr="/form/separator[@name=&quot;description&quot;]"
position="before">
<field name="sale_locations" colspan="4"
view_ids="stock_sale_location.product_sale_location_view_simple_tree,stock_sale_location.product_sale_location_view_simple_form"/>
</xpath>
</data>
]]>
</field>
</record>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment