Browse Source

publish muk_utils - 12.0

pull/30/head
MuK IT GmbH 5 years ago
parent
commit
eac0bd7704
  1. 1
      muk_utils/models/ir_attachment.py

1
muk_utils/models/ir_attachment.py

@ -113,7 +113,6 @@ class IrAttachment(models.Model):
_logger.info("Migrate Attachment %s of %s to %s [Batch %s of %s]",
index % batch_size or batch_size, counter,
storage_location, current_batch, batches
)
attachment.with_context(migration=True).write({
'datas': attachment.datas

Loading…
Cancel
Save