← Back to team overview

openerp-india team mailing list archive

[Bug 1047229] [NEW] Exception: Not implemented get_memory method !

 

Public bug reported:

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 !

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups

References