[MERGE] forward port of branch saas-3 up to b6e6b57

This commit is contained in:
Denis Ledoux 2014-09-17 16:25:38 +02:00
commit f9bcd67f5b
1 changed files with 1 additions and 1 deletions

View File

@ -4068,7 +4068,7 @@ class BaseModel(object):
for id in ids_to_update:
if id not in done[key]:
done[key][id] = True
if id not in deleted_related[object]:
if id not in deleted_related[model_name]:
todo.append(id)
self.pool[model_name]._store_set_values(cr, user, todo, fields_to_recompute, context)