[IMP]Remove type field from the remaining views.

bzr revid: tch@tinyerp.com-20120808110619-81svoatrfn8oyv2o
This commit is contained in:
Twinkle Christian (OpenERP) 2012-08-08 16:36:19 +05:30
parent c2a720105f
commit ea594186db
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@
<record id="view_currency_form" model="ir.ui.view">
<field name="name">res.currency.form</field>
<field name="model">res.currency</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Currency" version="7.0">
<group col="4">

View File

@ -5,7 +5,6 @@
<record id="view_test_exceptions_model" model="ir.ui.view">
<field name="name">Test exceptions</field>
<field name="model">test.exceptions.model</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Test exceptions">
<label string="Each button generates a specific exception on the server. The text on the right is the expected representation of the exception when displayed on the client."/>