Remove type None in inherit view

This commit is contained in:
Raimon Esteve 2019-06-13 14:55:23 +02:00
parent 862ea059de
commit b78440467e
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@
<!-- production -->
<record model="ir.ui.view" id="production_view_form">
<field name="model">production</field>
<field name="type" eval="None"/>
<field name="inherit" ref="production.production_view_form"/>
<field name="name">production_form</field>
</record>