diff --git a/attachments_to_filesystem/models/ir_attachment.py b/attachments_to_filesystem/models/ir_attachment.py index 3f8e6a55..a162c8dc 100644 --- a/attachments_to_filesystem/models/ir_attachment.py +++ b/attachments_to_filesystem/models/ir_attachment.py @@ -49,7 +49,7 @@ class IrAttachment(Model): 'value': 'file:///filestore', }, xml_id='config_parameter_ir_attachment_location', - context=context) + noupdate=True, context=context) # synchronous behavior if self.pool['ir.config_parameter'].get_param(