mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_responsive: Migration to 13.0
This commit is contained in:
committed by
Sergey Shebanin
parent
aa3695bfcc
commit
466df9465a
@@ -1,4 +1,4 @@
|
||||
# Copyright 2018 Alexandre Díaz
|
||||
# Copyright 2018-2019 Alexandre Díaz
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import models, fields
|
||||
@@ -10,7 +10,7 @@ class ResUsers(models.Model):
|
||||
chatter_position = fields.Selection([
|
||||
('normal', 'Normal'),
|
||||
('sided', 'Sided'),
|
||||
], string="Chatter Position", default='normal')
|
||||
], string="Chatter Position", default='sided')
|
||||
|
||||
def __init__(self, pool, cr):
|
||||
""" Override of __init__ to add access rights.
|
||||
|
||||
Reference in New Issue
Block a user