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

Bug #880850 reported by Ajay Patel (OpenERP)
This bug report is a duplicate of:  Bug #878756: [6.1 rc1] PO view always give error. Edit Remove
12
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Confirmed
High
OpenERP R&D Addons Team 2

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'

Amit Parik (amit-parik)
Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 2 (openerp-dev-addons2)
importance: Undecided → High
status: New → Confirmed
Changed in openobject-addons:
status: Confirmed → In Progress
Changed in openobject-addons:
status: In Progress → Confirmed
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.