Remove type None in inherit view

This commit is contained in:
Raimon Esteve 2019-06-13 15:25:29 +02:00
parent 26f0bd59e6
commit 65c8182fca
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ this repository contains the full copyright notices and license terms. -->
<data>
<record model="ir.ui.view" id="carrier_view_form">
<field name="model">carrier</field>
<field name="type" eval="None"/>
<field name="inherit" ref="carrier.carrier_view_form"/>
<field name="name">carrier_form</field>
</record>