mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_chatter_position: black, isort, prettier
This commit is contained in:
@@ -8,8 +8,7 @@ class ResUsers(models.Model):
|
||||
_inherit = "res.users"
|
||||
|
||||
chatter_position = fields.Selection(
|
||||
[("bottom", "Bottom"), ("sided", "Sided")],
|
||||
default="sided",
|
||||
[("bottom", "Bottom"), ("sided", "Sided")], default="sided",
|
||||
)
|
||||
|
||||
# Override so that the user can change the chatter_position field
|
||||
|
||||
Reference in New Issue
Block a user