@ -19,7 +19,7 @@
{
"name": "MuK Utils",
"summary": """Utility Features""",
"version": '12.0.1.6.10',
"version": '12.0.1.6.11',
"category": 'Extra Tools',
"license": "AGPL-3",
"author": "MuK IT",
@ -39,9 +39,9 @@ class ResConfigSettings(models.TransientModel):
selection=lambda self: self._attachment_location_selection(),
string='Storage Location',
required=True,
default='file',
help="Attachment storage location.")
attachment_location_changed = fields.Boolean(
compute='_compute_attachment_location_changed',
string='Storage Location Changed')