← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 866022] [NEW] the outlook wizard crash

 

Public bug reported:

install outlook plugin module, the wizard launched is crashing


  File "/home/aline/openerp/server/trunk/openerp/osv/orm.py", line 1953, in apply_view_inheritance
    source = apply_inheritance_specs(source, view_arch, view_id)
  File "/home/aline/openerp/server/trunk/openerp/osv/orm.py", line 1938, in apply_inheritance_specs
    raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
  File "/home/aline/openerp/server/trunk/openerp/osv/orm.py", line 1836, in raise_view_error
    %  (child_view.xml_id, self._name, error_msg))
AttributeError: View definition error for inherited view 'outlook.view_outlook_installer' on model 'outlook.installer': Element '<xpath expr="//button[@string='Skip']">' not found in parent view '%(parent_xml_id)s'

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/866022

Title:
  the outlook wizard crash

Status in OpenERP Addons (modules):
  New

Bug description:
  install outlook plugin module, the wizard launched is crashing

  
    File "/home/aline/openerp/server/trunk/openerp/osv/orm.py", line 1953, in apply_view_inheritance
      source = apply_inheritance_specs(source, view_arch, view_id)
    File "/home/aline/openerp/server/trunk/openerp/osv/orm.py", line 1938, in apply_inheritance_specs
      raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
    File "/home/aline/openerp/server/trunk/openerp/osv/orm.py", line 1836, in raise_view_error
      %  (child_view.xml_id, self._name, error_msg))
  AttributeError: View definition error for inherited view 'outlook.view_outlook_installer' on model 'outlook.installer': Element '<xpath expr="//button[@string='Skip']">' not found in parent view '%(parent_xml_id)s'

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/866022/+subscriptions


Follow ups

References