openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #15323
[Bug 1047229] Re: Exception: Not implemented get_memory method !
Hi
I also get same error before.
I looked into and fix the issue. I have attached a patch file here.
Please apply it.
I hope for the best.
Thanks,
Dhaval Patel.
Denero Team.
** Changed in: openobject-server
Status: New => Confirmed
** Patch added: "fields.patch"
https://bugs.launchpad.net/openobject-server/+bug/1047229/+attachment/3297906/+files/fields.patch
--
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