res.users.settings :: User Settings

Main super-class for regular database-persisted Odoo models. Odoo models are created by inheriting from this class:: class user(Model): ... The system will later instantiate the class once per database (on which the class' module is installed).

Fields

  • calendar_default_privacy [requiredselection]: Calendar Default Privacy

  • channel_notifications [selection]: Channel Notifications

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • display_name [readonlychar]: Display Name

  • google_calendar_cal_id [char]: Calendar ID

  • google_calendar_rtoken [char]: Refresh Token

  • google_calendar_sync_token [char]: Next Sync Token

  • google_calendar_token [char]: User token

  • google_calendar_token_validity [datetime]: Token Validity

  • google_synchronization_stopped [boolean]: Google Synchronization stopped

  • homemenu_config [readonlyjson]: Home Menu Configuration

  • id [readonlyinteger]: ID

  • is_discuss_sidebar_category_channel_open [boolean]: Is discuss sidebar category channel open?

  • is_discuss_sidebar_category_chat_open [boolean]: Is discuss sidebar category chat open?

  • mute_until_dt [datetime]: Mute notifications until

  • push_to_talk_key [char]: Push-To-Talk shortcut

  • use_push_to_talk [boolean]: Use the push to talk feature

  • user_id [requiredmany2one: res.users]: User

  • voice_active_duration [integer]: Duration of voice activity in ms

  • volume_settings_ids [one2many: res.users.settings.volumes]: Volumes of other partners

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by