Enforce type of inheriting view

This commit is contained in:
jmartin 2015-11-13 16:45:33 +01:00
parent 37bae0483c
commit 8d6954263f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
<data>
<record model="ir.ui.view" id="product_oneclick_training_view">
<field name="model">product.oneclick.view</field>
<field name="type">form</field>
<field name="type" eval="None"/>
<field name="inherit" ref="product_oneclick.product_oneclick_view"/>
<field name="name">product_oneclick_view_form</field>
</record>