[FIX] set the data column to null when writing again

This commit is contained in:
Holger Brunn 2015-01-26 12:14:49 +01:00
parent f8427fde66
commit b61d73b42a

View File

@ -95,6 +95,7 @@ class IrAttachment(Model):
cr, uid, [attachment_data['id']],
{
'datas': attachment_data['datas'],
'db_datas': False,
},
context=context)
if not counter % (len(attachment_ids) / 100 or limit):