Browse Source

publish muk_web_theme - 12.0

pull/115/head
MuK IT GmbH 6 years ago
parent
commit
1443eb3c12
  1. 4
      muk_web_theme/models/res_users.py

4
muk_web_theme/models/res_users.py

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

Loading…
Cancel
Save