From 716d9959758b6900db545588452e7622e7037f81 Mon Sep 17 00:00:00 2001 From: QS5ELkMu Date: Mon, 25 Jun 2018 15:29:29 +0200 Subject: [PATCH] [CLEAN] Comments --- web_responsive/models/inherited_res_users.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_responsive/models/inherited_res_users.py b/web_responsive/models/inherited_res_users.py index 1de66bda..53786478 100644 --- a/web_responsive/models/inherited_res_users.py +++ b/web_responsive/models/inherited_res_users.py @@ -8,8 +8,8 @@ class ResUsers(models.Model): _inherit = 'res.users' def __init__(self, pool, cr): - """ Override of __init__ to add access rights on notification_email_send - and alias fields. Access rights are disabled by default, but allowed + """ Override of __init__ to add access rights. + Access rights are disabled by default, but allowed on some specific fields defined in self.SELF_{READ/WRITE}ABLE_FIELDS. """ init_res = super(ResUsers, self).__init__(pool, cr)