diff --git a/muk_utils/models/ir_attachment.py b/muk_utils/models/ir_attachment.py index 931f7b4..ae3d97b 100644 --- a/muk_utils/models/ir_attachment.py +++ b/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