[IMP] Remove type field from ir.ui.view model.

bzr revid: bth@tinyerp.com-20120823125311-nx4x46ea3g2ercl8
This commit is contained in:
Bhumi Thakkar (Open ERP) 2012-08-23 18:23:11 +05:30
parent 816852490e
commit de6d26886a
1 changed files with 1 additions and 2 deletions

View File

@ -1064,9 +1064,8 @@
<record model="ir.ui.view" id="pos_ean13_generator">
<field name="name">pos.ean_wizard</field>
<field name="model">pos.ean_wizard</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Ean13 Generator" version="7.0">
<form string="Ean13 Generator" version="7.0">
<field name="ean13_pattern"/>
<footer>
<button name="sanitize_ean13" type="object" string="Apply"/>