Browse Source

publish muk_utils - 12.0

pull/30/head
MuK IT GmbH 5 years ago
parent
commit
7df760c240
  1. 2
      muk_utils/__manifest__.py
  2. 2
      muk_utils/models/res_config_settings.py

2
muk_utils/__manifest__.py

@ -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",

2
muk_utils/models/res_config_settings.py

@ -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')

Loading…
Cancel
Save