[FIX] set noupdate=True for ir.config_parameter xmlid

This commit is contained in:
Holger Brunn 2015-02-16 13:29:04 +01:00
parent cbe4f15adf
commit 118e7933ac

View File

@ -49,7 +49,7 @@ class IrAttachment(Model):
'value': 'file:///filestore', 'value': 'file:///filestore',
}, },
xml_id='config_parameter_ir_attachment_location', xml_id='config_parameter_ir_attachment_location',
context=context) noupdate=True, context=context)
# synchronous behavior # synchronous behavior
if self.pool['ir.config_parameter'].get_param( if self.pool['ir.config_parameter'].get_param(