Enforce type of inheriting view

This commit is contained in:
jmartin 2015-11-13 16:58:26 +01:00
parent 8ba31fbff7
commit 9242fe08b4

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="sale_configuration_view_form">
<field name="model">sale.configuration</field>
<field name="type">form</field>
<field name="type" eval="None"/>
<field name="inherit" ref="sale.sale_configuration_view_form"/>
<field name="name">configuration_form</field>
</record>