ebayerp_osv : 'module' object has no attribute 'external_osv'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenERP-USA Localization |
New
|
Undecided
|
Unassigned |
Bug Description
I tried to install the eBay module on a fresh install setup of openerp 6.1. Although everything is in place, the installation fails with the following message / error :
2012-05-07 11:04:56,718 3320 CRITICAL test openerp.
2012-05-07 11:04:56,718 3320 CRITICAL test openerp.
2012-05-07 11:04:56,718 3320 ERROR test openerp.osv.osv: Uncaught exception
Traceback (most recent call last):
File "/usr/lib/
return f(self, dbname, *args, **kwargs)
File "/usr/lib/
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/lib/
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/lib/
_db, pool = pooler.
File "/usr/lib/
registry = RegistryManager
File "/usr/lib/
openerp.
File "/usr/lib/
processed = load_marked_
File "/usr/lib/
loaded, processed = load_module_
File "/usr/lib/
load_
File "/usr/lib/
__import_
File "/usr/lib/
mod = imp.load_
File "/usr/src/
import category
File "/usr/src/
import ebayerp_osv
File "/usr/src/
class ebayerp_
AttributeError: 'module' object has no attribute 'external_osv'
2012-05-07 11:04:56,721 3320 ERROR test openerp.netsvc: 'module' object has no attribute 'external_osv'
> /usr/src/
-> class ebayerp_
(Pdb)
is this a known problem? any hints to solve this issue? am i doint something wrong?
thomas
i got this....
openerp 6.1 nightly build 05082012 ( demo and fresh data same issue) Debian Squeeze ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ------- ---- pymodules/ python2. 6/openerp/ addons/ web/common/ http.py" , line 180, in dispatch "result" ] = method(controller, self, **self.params) pymodules/ python2. 6/openerp/ addons/ web/controllers /main.py" , line 1047, in call_button common( req, model, method, args, domain_id, context_id) pymodules/ python2. 6/openerp/ addons/ web/controllers /main.py" , line 991, in call_common pymodules/ python2. 6/openerp/ addons/ web/controllers /main.py" , line 1005, in _call_kw req.session. model(model) , method)(*args, **kwargs) pymodules/ python2. 6/openerp/ addons/ web/common/ openerplib/ main.py" , line 250, in proxy pymodules/ python2. 6/openerp/ addons/ web/common/ openerplib/ main.py" , line 117, in proxy send(self. service_ name, method, *args) pymodules/ python2. 6/openerp/ addons/ web/common/ http.py" , line 611, in send
* addons from lp:openobject-addons/6.1
* extra-addons from lp:openobject-addons/extra-trunk
-------
Client Traceback (most recent call last):
File "/usr/lib/
response[
File "/usr/lib/
action = self.call_
File "/usr/lib/
return self._call_kw(req, model, method, args, {})
File "/usr/lib/
return getattr(
File "/usr/lib/
args, kw)
File "/usr/lib/
result = self.connector.
File "/usr/lib/
raise fault
Server Traceback (most recent call last): pymodules/ python2. 6/openerp/ addons/ web/common/ http.py" , line 592, in send netsvc. dispatch_ rpc(service_ name, method, args) pymodules/ python2. 6/openerp/ netsvc. py", line 360, in dispatch_rpc getService( service_ name).dispatch( method, params) pymodules/ python2. 6/openerp/ service/ web_services. py", line 586, in dispatch pymodules/ python2. 6/openerp/ osv/osv. py", line 167, in execute_kw pymodules/ python2. 6/openerp/ osv/osv. py", line 121, in wrapper pymodules/ python2. 6/openerp/ osv/osv. py", line 176, in execute pymodules/ python2. 6/openerp/ osv/osv. py", line 164, in execute_cr pymodules/ python2. 6/openerp/ addons/ base/module/ module. py", line 361, in button_ immediate_ install restart_ pool(cr. dbname, update_module=True) pymodules/ python2. 6/openerp/ pooler. py", line 39, in restart_pool .new(db_ name, force_demo, status, update_module, True) pymodules/ python2. 6/openerp/ modules/ registry. py", line 202, in new modules. load_modules( registry. db, force_demo, status, update_module) pymodules/ python2. 6/openerp/ modules/ loading. py", line 338, in load_modules modules( cr, graph, states_to_load, force, status, report, loaded_modules) pymodules/ python2. 6/openerp/ modules/ loading. ..
File "/usr/lib/
result = openerp.
File "/usr/lib/
result = ExportService.
File "/usr/lib/
res = fn(db, uid, *params)
File "/usr/lib/
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/usr/lib/
return f(self, dbname, *args, **kwargs)
File "/usr/lib/
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/usr/lib/
return getattr(object, method)(cr, uid, *args, **kw)
File "/usr/lib/
db, pool = pooler.
File "/usr/lib/
registry = RegistryManager
File "/usr/lib/
openerp.
File "/usr/lib/
processed = load_marked_
File "/usr/lib/