TIP: You can type at any time to perform a new search.
User Locale Settings
base_user_locale · OCA/server-ux
- Repository
- OCA/server-ux · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Usability
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/server-ux
- Last tracking update
- 2026-08-07 08:42:52
- Authors
- Odoo Community Association (OCA), CorporateHub
- Maintainers
- Odoo Community Association (OCA), CorporateHub
- Committers
- OCA-git-bot, oca-ci, anusrinps96
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows overriding following settings for user or company: - Time format - Date format - First day of the week - Decimal Separator - Thousands Separator
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_config_settings_view_form |
res.config.settings.view.form | res.config.settings | form | Inherits base_setup.res_config_settings_view_form |
view_users_form_simple_modif |
res.users.preferences.form | res.users | form | Inherits base.view_users_form_simple_modif |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/web/webclient/translations/<string:unique> |
WebClient.translations |
public | http | ALL | sudo |
Models touched (4)
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (5)
-
date_formatCharhelp='See Settings > Translations > Languages and then click on any language to see the Legends for supported Date and Time Formats and some examples' -
decimal_pointCharhelp='See Settings > Translations > Languages and then click on any language to see the Legends for supported Date and Time Formats and some examples'string='Decimal Separator'trim=False -
thousands_sepCharhelp='See Settings > Translations > Languages and then click on any language to see the Legends for supported Date and Time Formats and some examples'string='Thousands Separator'trim=False -
time_formatCharhelp='See Settings > Translations > Languages and then click on any language to see the Legends for supported Date and Time Formats and some examples' -
week_startSelectionselection=[('1', 'Monday'), ('2', 'Tuesday'), ('3', 'Wednesday'), ('4', 'Thursday'), ('5', 'Friday'), ('6', 'Saturday'), ('7', 'Sunday')]
No public methods.
New fields (5)
-
date_formatCharreadonly=Falserelated='company_id.date_format' -
decimal_pointCharreadonly=Falserelated='company_id.decimal_point' -
thousands_sepCharreadonly=Falserelated='company_id.thousands_sep' -
time_formatCharreadonly=Falserelated='company_id.time_format' -
week_startSelectionreadonly=Falserelated='company_id.week_start'
No public methods.
New fields (5)
-
date_formatCharhelp='See Settings > Translations > Languages and then click on any language to see the Legends for supported Date and Time Formats and some examples' -
decimal_pointCharhelp='See Settings > Translations > Languages and then click on any language to see the Legends for supported Date and Time Formats and some examples'string='Decimal Separator'trim=False -
thousands_sepCharhelp='See Settings > Translations > Languages and then click on any language to see the Legends for supported Date and Time Formats and some examples'string='Thousands Separator'trim=False -
time_formatCharhelp='See Settings > Translations > Languages and then click on any language to see the Legends for supported Date and Time Formats and some examples' -
week_startSelectionselection=[('1', 'Monday'), ('2', 'Tuesday'), ('3', 'Wednesday'), ('4', 'Thursday'), ('5', 'Friday'), ('6', 'Saturday'), ('7', 'Sunday')]
-
SELF_READABLE_FIELDS(self)@property -
SELF_WRITEABLE_FIELDS(self)@property -
preference_save(self)
Loading…
Loading…
Loading…
Loading…
Loading…