← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 880850] Re: Element '<xpath expr="/search/group/filter[@string='Not invoices']">' not found in parent view '%(parent_xml_id)s'

 

*** This bug is a duplicate of bug 878756 ***
    https://bugs.launchpad.net/bugs/878756

** Changed in: openobject-addons
       Status: In Progress => Confirmed

-- 
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/880850

Title:
  Element '<xpath expr="/search/group/filter[@string='Not invoices']">'
  not found in parent view '%(parent_xml_id)s'

Status in OpenERP Addons (modules):
  Confirmed

Bug description:
  when installed purchase_requisition module and open the purchase order
  i got trackback :

  Traceback (most recent call last):
    File "/home/amit/sources/server/trunk/openerp/osv/osv.py", line 120, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/amit/sources/server/trunk/openerp/osv/osv.py", line 172, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/amit/sources/addons/trunk-usability2/audittrail/audittrail.py", line 465, in execute_cr
      res = fct_src(cr, uid, model, method, *args)
    File "/home/amit/sources/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/amit/sources/server/trunk/openerp/osv/orm.py", line 2091, in fields_view_get
      arch=apply_view_inheritance(cr, user, source, sql_res['id']),
    File "/home/amit/sources/server/trunk/openerp/osv/orm.py", line 2049, in apply_view_inheritance
      source = apply_inheritance_specs(source, view_arch, view_id)
    File "/home/amit/sources/server/trunk/openerp/osv/orm.py", line 2034, in apply_inheritance_specs
      raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
    File "/home/amit/sources/server/trunk/openerp/osv/orm.py", line 1932, in raise_view_error
      %  (child_view.xml_id, self._name, error_msg))
  AttributeError: View definition error for inherited view 'purchase_requisition.purchase_order_search_inherit' on model 'purchase.order': Element '<xpath expr="/search/group/filter[@string='Not invoices']">' not found in parent view '%(parent_xml_id)s'

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


References