mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-25 18:08:42 -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',
|
'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(
|
||||||
|
Loading…
Reference in New Issue
Block a user