mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-22 20:12:04 -06:00
[FIX] set noupdate=True for ir.config_parameter xmlid
This commit is contained in:
parent
cbe4f15adf
commit
118e7933ac
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user