mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] Adding res.users chatter_position read/write test
This commit is contained in:
committed by
Sergey Shebanin
parent
d2a1b8e79f
commit
407d61739d
@@ -12,7 +12,6 @@ class ResUsers(models.Model):
|
||||
('sided', 'Sided'),
|
||||
], string="Chatter Position", default='normal')
|
||||
|
||||
|
||||
def __init__(self, pool, cr):
|
||||
""" Override of __init__ to add access rights.
|
||||
Access rights are disabled by default, but allowed on some specific
|
||||
|
||||
Reference in New Issue
Block a user