openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #12531
[Bug 1013159] Re: can't open a product form view
** Branch linked: lp:~openerp-dev/openobject-addons/trunk-
bug-1013159-mma
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1013159
Title:
can't open a product form view
Status in OpenERP Addons (modules):
New
Bug description:
-->on runbut: (Build 11095)
server (4198)
addons (6901)
web (2547)
step to reproduce ---<>|
open product form view
traceback
======
Server Traceback (most recent call last):
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/addons/web/common/http.py", line 607, in send
result = openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/netsvc.py", line 362, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/service/web_services.py", line 586, in dispatch
res = fn(db, uid, *params)
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/osv/osv.py", line 167, in execute_kw
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/osv/osv.py", line 121, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/addons/audittrail/audittrail.py", line 494, in execute_cr
return fct_src(cr, uid, model, method, *args, **kw)
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/osv/osv.py", line 164, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/addons/stock/product.py", line 431, in fields_view_get
res = super(product_product,self).fields_view_get(cr, uid, view_id, view_type, context, toolbar=toolbar, submenu=submenu)
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/addons/membership/membership.py", line 472, in fields_view_get
return super(Product,self).fields_view_get(cr, user, view_id, view_type, context, toolbar, submenu)
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/osv/orm.py", line 2147, in fields_view_get
arch=apply_view_inheritance(cr, user, source, sql_res['id']),
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/osv/orm.py", line 2106, in apply_view_inheritance
source = apply_view_inheritance(cr, user, source, view_id)
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/osv/orm.py", line 2105, in apply_view_inheritance
source = apply_inheritance_specs(source, view_arch, view_id)
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/osv/orm.py", line 2089, in apply_inheritance_specs
raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
File "/home/odoo/runbot/static/openerp-dev-trunk-11095/server/openerp/osv/orm.py", line 1982, in raise_view_error
% (child_view.xml_id, self._name, error_msg))
AttributeError: View definition error for inherited view 'account_anglo_saxon.product_normal_form_view' on model 'product.product': Element '<xpath expr="/form/notebook/page/group/field[@name='property_account_expense']">' not found in parent view 'product.product_normal_form_view'
Thanks.
Mayur
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1013159/+subscriptions
References