Enforce type of inheriting view

This commit is contained in:
jmartin 2015-11-13 17:06:59 +01:00
parent 70c63fb45d
commit 3af3232016
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ copyright notices and license terms. -->
<data>
<record model="ir.ui.view" id="product_location_view_tree">
<field name="model">stock.product.location</field>
<field name="type">tree</field>
<field name="type" eval="None"/>
<field name="inherit" ref="stock_product_location.product_location_view_tree"/>
<field name="name">product_location_tree</field>
</record>