openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #17747
[Bug 1038938] Re: [trunk] Traceback on opening Journal Items
Hello,
I confirm that the bug cannot be reproduce in the latest trunk,
therefore I'm closing this bug.
Cheers,
Cédric
** Changed in: openobject-addons
Status: Fix Committed => Fix Released
--
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/1038938
Title:
[trunk] Traceback on opening Journal Items
Status in OpenERP Addons (modules):
Fix Released
Bug description:
Hello,
Getting following traceback when I open the journal items either from
Invoicing > Customers > Journal Items or Invoicing > Suppliers >
Journal Items.
Server Traceback (most recent call last):
File "/home/uco/workspace/rdtools/web/trunk/addons/web/common/session.py", line 51, in send
return openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/home/uco/workspace/rdtools/server/trunk/openerp/netsvc.py", line 362, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/home/uco/workspace/rdtools/server/trunk/openerp/service/web_services.py", line 586, in dispatch
res = fn(db, uid, *params)
File "/home/uco/workspace/rdtools/server/trunk/openerp/osv/osv.py", line 167, in execute_kw
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/home/uco/workspace/rdtools/server/trunk/openerp/osv/osv.py", line 121, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/uco/workspace/rdtools/server/trunk/openerp/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/uco/workspace/rdtools/server/trunk/openerp/osv/osv.py", line 164, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/uco/workspace/rdtools/addons/trunk/account/account.py", line 835, in name_get
for rs in result:
File "/home/uco/workspace/rdtools/server/trunk/openerp/osv/orm.py", line 484, in __iter__
raise NotImplementedError("Iteration is not allowed on %s" % self)
NotImplementedError: Iteration is not allowed on browse_record(account.journal, 11)
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1038938/+subscriptions
References