Remove type None in inherit view

This commit is contained in:
Raimon Esteve
2019-06-13 08:22:46 +02:00
parent 21a72783eb
commit 5b412f6150
2 changed files with 0 additions and 3 deletions

View File

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