|
|
@ -58,6 +58,10 @@ class ResUsers(models.Model): |
|
|
|
string="Chatter Position", |
|
|
|
default=lambda self: self._default_chatter_position()) |
|
|
|
|
|
|
|
#---------------------------------------------------------- |
|
|
|
# Setup |
|
|
|
#---------------------------------------------------------- |
|
|
|
|
|
|
|
def __init__(self, pool, cr): |
|
|
|
init_res = super(ResUsers, self).__init__(pool, cr) |
|
|
|
type(self).SELF_WRITEABLE_FIELDS = list(self.SELF_WRITEABLE_FIELDS) |
|
|
|