diff --git a/web_notify/models/res_users.py b/web_notify/models/res_users.py index ea7eb12e..51147455 100644 --- a/web_notify/models/res_users.py +++ b/web_notify/models/res_users.py @@ -18,9 +18,9 @@ class ResUsers(models.Model): record.notify_warning_channel_name = 'notify_warning_%s' % res_id notify_info_channel_name = fields.Char( - compute='_compute_channel_names', store=True) + compute='_compute_channel_names') notify_warning_channel_name = fields.Char( - compute='_compute_channel_names', store=True) + compute='_compute_channel_names') @api.multi def notify_info(self, message, title=None, sticky=False):