Enforce type of inheriting view

This commit is contained in:
jmartin
2015-11-13 16:56:43 +01:00
parent be05ccfdf7
commit 2e2a28a150
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ copyright notices and license terms. -->
<record model="ir.ui.view" id="sale_view_form">
<field name="model">sale.sale</field>
<field name="type">form</field>
<field name="type" eval="None"/>
<field name="inherit" ref="sale.sale_view_form"/>
<field name="name">sale_form</field>
</record>