openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #15347
[Bug 1047229] Re: Exception: Not implemented get_memory method !
Thank you Dhaval!
Your patch resolve the problem.
Andrei
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1047229
Title:
Exception: Not implemented get_memory method !
Status in OpenERP Server:
Confirmed
Bug description:
when I try to read a content of osv.osv_memory class with this
instruction:
for data in self.read(cr, uid, ids, context=context):
I get an error:
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/orm.py", line 1965, in read
res2 = self._columns[f].get_memory(cr, self, ids, f, user, context=context, values=result)
File "/usr/local/lib/python2.6/dist-packages/openerp-server/osv/fields.py", line 111, in get_memory
raise Exception(_('Not implemented get_memory method !'))
Exception: Not implemented get_memory method !
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1047229/+subscriptions
References