|
@ -39,9 +39,9 @@ class ResConfigSettings(models.TransientModel): |
|
|
selection=lambda self: self._attachment_location_selection(), |
|
|
selection=lambda self: self._attachment_location_selection(), |
|
|
string='Storage Location', |
|
|
string='Storage Location', |
|
|
required=True, |
|
|
required=True, |
|
|
|
|
|
default='file', |
|
|
help="Attachment storage location.") |
|
|
help="Attachment storage location.") |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
attachment_location_changed = fields.Boolean( |
|
|
attachment_location_changed = fields.Boolean( |
|
|
compute='_compute_attachment_location_changed', |
|
|
compute='_compute_attachment_location_changed', |
|
|
string='Storage Location Changed') |
|
|
string='Storage Location Changed') |
|
|