[IMP] web_chatter_position: black, isort, prettier

This commit is contained in:
SergiCForgeFlow
2023-07-18 13:47:24 +02:00
parent b7e65be2f8
commit a71ba65d19
5 changed files with 13 additions and 9 deletions

View File

@@ -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