[FIX] osv_memory object search method: now it will accept id as domain with its action

bzr revid: mra@tinyerp.com-20091027062353-jf4yzdsdnit1rvsw
This commit is contained in:
mra (Open ERP) 2009-10-27 11:53:53 +05:30
parent 8c64e3c18b
commit 19c6bf3cbf
1 changed files with 85 additions and 84 deletions

View File

@ -1652,6 +1652,7 @@ class orm_memory(orm_template):
if result:
for id, data in self.datas.items():
counter=counter+1
data['id'] = id
if limit and (counter >int(limit)):
break
f = True