[FIX] osv_memory inherit osv

bzr revid: fp@tinyerp.com-20091217183820-93ylh4pfvvfbgpu2
This commit is contained in:
Fabien Pinckaers 2009-12-17 19:38:20 +01:00
parent 91370e8668
commit d1df64b2ce
1 changed files with 1 additions and 1 deletions

View File

@ -1531,7 +1531,7 @@ class orm_memory(orm_template):
_check_time = 20
def __init__(self, cr):
orm_template.__init__(self, cr)
super(orm_memory, self).__init__(cr)
self.datas = {}
self.next_id = 0
self.check_id = 0