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
odoo/odoo:
- web
- bus
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 IDNameModelTypeStatus
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)HandlerAuthTypeMethodsFlags
/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_format Char
    help='See Settings > Translations > Languages and then click on any language to see the Legends for supported Date and Time Formats and some examples'
  • decimal_point Char
    help='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_sep Char
    help='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_format Char
    help='See Settings > Translations > Languages and then click on any language to see the Legends for supported Date and Time Formats and some examples'
  • week_start Selection
    selection=[('1', 'Monday'), ('2', 'Tuesday'), ('3', 'Wednesday'), ('4', 'Thursday'), ('5', 'Friday'), ('6', 'Saturday'), ('7', 'Sunday')]
Public methods (0)

No public methods.

New fields (5)
  • date_format Char
    readonly=False related='company_id.date_format'
  • decimal_point Char
    readonly=False related='company_id.decimal_point'
  • thousands_sep Char
    readonly=False related='company_id.thousands_sep'
  • time_format Char
    readonly=False related='company_id.time_format'
  • week_start Selection
    readonly=False related='company_id.week_start'
Public methods (0)

No public methods.

New fields (5)
  • date_format Char
    help='See Settings > Translations > Languages and then click on any language to see the Legends for supported Date and Time Formats and some examples'
  • decimal_point Char
    help='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_sep Char
    help='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_format Char
    help='See Settings > Translations > Languages and then click on any language to see the Legends for supported Date and Time Formats and some examples'
  • week_start Selection
    selection=[('1', 'Monday'), ('2', 'Tuesday'), ('3', 'Wednesday'), ('4', 'Thursday'), ('5', 'Friday'), ('6', 'Saturday'), ('7', 'Sunday')]
Public methods (3)
  • SELF_READABLE_FIELDS(self)
    @property
  • SELF_WRITEABLE_FIELDS(self)
    @property
  • preference_save(self)

Loading…

Loading…

Loading…

Loading…

Loading…