Remove type in inherit view + encoding XML

This commit is contained in:
Raimon Esteve 2017-06-05 09:23:36 +02:00
parent 324ab64f02
commit 80efa76a41
1 changed files with 1 additions and 3 deletions

View File

@ -1,16 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0"?>
<tryton>
<data>
<record model="ir.ui.view" id="production_view_form">
<field name="model">production</field>
<field name="type">form</field>
<field name="name">production_form</field>
<field name="inherit" ref="production.production_view_form"/>
</record>
<record model="ir.ui.view" id="template_view_form">
<field name="model">product.template</field>
<field name="type">form</field>
<field name="inherit" ref="product.template_view_form"/>
<field name="name">template_form</field>
</record>