Remove unused views

This commit is contained in:
Sergi Almacellas Abellana 2014-07-21 16:36:58 +02:00
parent d290f426df
commit 6595983c78
3 changed files with 0 additions and 28 deletions

View File

@ -1,18 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<tryton>
<data>
<record model="ir.ui.view" id="production_quality_test_view_form">
<field name="model">production.quality.test</field>
<field name="type">form</field>
<field name="name">production_quality_test_form</field>
</record>
<record model="ir.ui.view" id="production_quality_test_view_list">
<field name="model">production.quality.test</field>
<field name="type">tree</field>
<field name="name">production_quality_test_list</field>
</record>
<record model="ir.ui.view" id="production_view_form">
<field name="model">production</field>
<field name="type">form</field>

View File

@ -1,9 +0,0 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form string="Production Quality Test">
<label name="test"/>
<field name="test"/>
<label name="production"/>
<field name="production"/>
</form>

View File

@ -1,7 +0,0 @@
<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tree string="Production Quality Test">
<field name="production"/>
<field name="test"/>
</tree>