From 118e7933acd92f08fd484b8671a15919ff6bef40 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Mon, 16 Feb 2015 13:29:04 +0100 Subject: [PATCH] [FIX] set noupdate=True for ir.config_parameter xmlid --- attachments_to_filesystem/models/ir_attachment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(