Remove type field in inherit view

This commit is contained in:
Sergio Morillo 2017-01-11 08:16:26 +01:00
parent d6e83207c9
commit 4e2d3dfcc2

View file

@ -5,9 +5,9 @@ this repository contains the full copyright notices and license terms. -->
<data>
<record model="ir.ui.view" id="location_view_form">
<field name="model">stock.location</field>
<field name="type">form</field>
<field name="type" eval="None"/>
<field name="name">location_form</field>
<field name="inherit" ref="stock.location_view_form"/>
</record>
</data>
</tryton>
</tryton>