mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[CLEAN] Comments
This commit is contained in:
committed by
Sergey Shebanin
parent
e76793f550
commit
0c2cb55d56
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user