bzr revid: fp@tinyerp.com-20111001230138-qrfjjkyh3ly1iz17
This commit is contained in:
Fabien Pinckaers 2011-10-02 01:01:38 +02:00
parent 5dc1bc2f44
commit c4463eb7c1
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ class hr_employee(osv.osv):
h.state='validate' and
s.limit=False and
h.employee_id in (%s)
group by h.employee_id""", (','.join(map(str,ids)),) )
group by h.employee_id"""% (','.join(map(str,ids)),) )
res = cr.dictfetchall()
remaining = {}
for r in res: