Invalid XML for View Architecture! for TR Barcode Module

Bug #1340055 reported by rjay lopez
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Stock And Logistic Bar Code
New
Undecided
Unassigned

Bug Description

('View error', u"Can't find field 'hight' in the following view parts composing the view of object model 'tr.barcode.wizard':\n * Barcode\n\nEither you wrongly customized this view, or some modules bringing those views are not compatible with your current data model")
2014-07-10 06:45:08,035 12238 ERROR philem-dev openerp.tools.convert: Parse error in /opt/openerp/server-7/openerp/addons/tr_barcode/wizard/tr_barcode_wizard.xml:4:
<record id="view_tr_barcode_wizard" model="ir.ui.view">
            <field name="name">Barcode</field>
            <field name="model">tr.barcode.wizard</field>
            <field name="arch" type="xml">
            <form string="Barcode">
                <group colspan="4">
              <field name="barcode" width="200"/>
              <field name="barcode_type"/>
              <field name="width"/>
              <field name="hight"/>
              <field name="hr_form"/>
              <separator string="" colspan="4"/>
              <button string="Open Existing Barcode" name="open_existing" type="object" icon="terp-gtk-jump-to-ltr"/>
     <button special="cancel" string="Close" type="object" icon="terp-dialog-close"/>
     <button name="create_barcode_record" string="Generate Barcode" type="object" icon="gtk-go-forward"/>
                 </group>
            </form>
            </field>
        </record>
Traceback (most recent call last):
  File "/opt/openerp/server-7/openerp/tools/convert.py", line 847, in parse
    self._tags[rec.tag](self.cr, rec, n)
  File "/opt/openerp/server-7/openerp/tools/convert.py", line 814, in _tag_record
    id = self.pool.get('ir.model.data')._update(cr, self.uid, rec_model, self.module, res, rec_id or False, not self.isnoupdate(data_node), noupdate=self.isnoupdate(data_node), mode=self.mode, context=rec_context )
  File "/opt/openerp/server-7/openerp/addons/base/ir/ir_model.py", line 963, in _update
    res_id = model_obj.create(cr, uid, values, context=context)
  File "/opt/openerp/server-7/openerp/addons/base/ir/ir_ui_view.py", line 103, in create
    return super(view, self).create(cr, uid, values, context)
  File "/opt/openerp/server-7/openerp/osv/orm.py", line 4470, in create
    self._validate(cr, user, [id_new], context)
  File "/opt/openerp/server-7/openerp/osv/orm.py", line 1544, in _validate
    raise except_orm('ValidateError', '\n'.join(error_msgs))
except_orm: ('ValidateError', u'Error occurred while validating the field(s) arch: Invalid XML for View Architecture!')
2014-07-10 06:45:08,039 12238 ERROR philem-dev openerp.netsvc: ValidateError
Error occurred while validating the field(s) arch: Invalid XML for View Architecture!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.