Add type in inherit views

This commit is contained in:
Jordi Esteve
2015-03-31 20:52:08 +02:00
parent 66c2f90c8f
commit c37f3e0ca9
2 changed files with 3 additions and 0 deletions

View File

@@ -7,6 +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="inherit" ref="sale.sale_view_form"/>
<field name="name">sale_form</field>
</record>