account_anglo_saxon - Wrong xpath reference to Product view

Bug #635073 reported by vitridex
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Undecided
Ravindra Mekhiya(OpenERP)

Bug Description

Hi all, found an error in trunk addons | account_anglo_saxon - product_view.xml
=================
Line Number 10.
Original: <xpath expr="/form/notebook/page/field[@name='property_account_expense']" position="after">
=================
Line Number 10.
Correction: <xpath expr="/form/notebook/page/group/field[@name='property_account_expense']" position="after">
=================
Error Message below:
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/netsvc.py", line 435, in dispatch
    result = ExportService.getService(service_name).dispatch(method, auth, params)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/service/web_services.py", line 586, in dispatch
    res = fn(db, uid, *params)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 57, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 135, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/osv.py", line 125, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/addons/stock/product.py", line 330, in fields_view_get
    res = super(product_product,self).fields_view_get(cr, uid, view_id, view_type, context, toolbar=toolbar, submenu=submenu)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 1667, in fields_view_get
    result['arch'] = _inherit_apply_rec(inherit_result, sql_res[3])
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 1663, in _inherit_apply_rec
    result = _inherit_apply_rec(result, id)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 1662, in _inherit_apply_rec
    result = _inherit_apply(result, inherit)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 1606, in _inherit_apply
    raise AttributeError(_("Couldn't find tag '%s' in parent view !") % tag)
AttributeError: Couldn't find tag '<xpath expr="/form/notebook/page/field[@name='property_account_expense']">' in parent view !
=================
Not shore if it, has been picked up yet, just a FYI maybe???

Thanks

Related branches

Changed in openobject-addons:
status: New → Confirmed
Changed in openobject-addons:
assignee: nobody → RME(OpenERP) (rme-openerp)
Changed in openobject-addons:
milestone: none → 6.0
summary: - (Error In) trunk - account_anglo_saxon - product_view - xpath
+ account_anglo_saxon - Wrong xpath reference to Product view
Changed in openobject-addons:
status: Confirmed → Fix Released
Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

It has been fixed by revision 4924 <email address hidden> authored to vitridex.
Thanks vitridex.

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.