c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #06187
[Bug 683050] Re: openerp6-module: ouldn't find tag '<xpath expr="/form/group[2]/notebook">' in parent view
Hello Raimon,
please make sure you are using all latest extra addons from the 6 version branch here:
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-extra-addons
It works like a charm, I just installed it righ now, no such issue, screenshot here to prove it:
http://yfrog.com/cbti6p
Hope this helps
** Changed in: magentoerpconnect
Status: New => Invalid
--
openerp6-module: ouldn't find tag '<xpath expr="/form/group[2]/notebook">' in parent view
https://bugs.launchpad.net/bugs/683050
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in Magento Open ERP Connector: Invalid
Bug description:
When we going to Magento Instances menu, error creation view.
raise AttributeError(_("Couldn't find tag '%s' in parent view !") % tag)
AttributeError: Couldn't find tag '<xpath expr="/form/group[2]/notebook">' in parent view !
-----
Environment Information :
System : Linux-2.6.32-25-generic-i686-with-Ubuntu-10.04-lucid
OS Name : posix
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid
Operating System Release : 2.6.32-25-generic
Operating System Version : #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010
Operating System Architecture : 32bit
Operating System Locale : ca_ES.UTF8
Python Version : 2.6.5
OpenERP-Client Version : 6.0.0-rc1-1
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "/home/resteve/openerp-server6/bin/netsvc.py", line 489, in dispatch
result = ExportService.getService(service_name).dispatch(method, auth, params)
File "/home/resteve/openerp-server6/bin/service/web_services.py", line 586, in dispatch
res = fn(db, uid, *params)
File "/home/resteve/openerp-server6/bin/osv/osv.py", line 57, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/resteve/openerp-server6/bin/osv/osv.py", line 140, in execute
res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/resteve/openerp-server6/bin/osv/osv.py", line 130, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/resteve/openerp-server6/bin/osv/orm.py", line 1724, in fields_view_get
xml = self.__get_default_search_view(cr, user, context)
File "/home/resteve/openerp-server6/bin/osv/orm.py", line 1510, in __get_default_search_view
view = self.fields_view_get(cr, uid, False, 'form', context=context)
File "/home/resteve/openerp-server6/bin/osv/orm.py", line 1694, in fields_view_get
result['arch'] = _inherit_apply_rec(inherit_result, sql_res[3])
File "/home/resteve/openerp-server6/bin/osv/orm.py", line 1689, in _inherit_apply_rec
result = _inherit_apply(result, inherit)
File "/home/resteve/openerp-server6/bin/osv/orm.py", line 1633, in _inherit_apply
raise AttributeError(_("Couldn't find tag '%s' in parent view !") % tag)
AttributeError: Couldn't find tag '<xpath expr="/form/group[2]/notebook">' in parent view !
Follow ups
References