[CLEAN] Comments

pull/2684/head
QS5ELkMu 2018-06-25 15:29:29 +02:00 committed by Taras Shabaranskyi
parent 10c7118dfb
commit c4c5d7a562
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ class ResUsers(models.Model):
_inherit = 'res.users' _inherit = 'res.users'
def __init__(self, pool, cr): def __init__(self, pool, cr):
""" Override of __init__ to add access rights on notification_email_send """ Override of __init__ to add access rights.
and alias fields. Access rights are disabled by default, but allowed Access rights are disabled by default, but allowed
on some specific fields defined in self.SELF_{READ/WRITE}ABLE_FIELDS. on some specific fields defined in self.SELF_{READ/WRITE}ABLE_FIELDS.
""" """
init_res = super(ResUsers, self).__init__(pool, cr) init_res = super(ResUsers, self).__init__(pool, cr)