Web Date Format Numeric

web_date_format_numeric
REPOSITORY
REPOSITORYOCA/web
GIT
GIThttps://github.com/OCA/web.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/web/tree/19.0/web_date_format_numeric
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWebsite
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Vincent Van Rossem
WEBSITE
WEBSITEhttps://github.com/OCA/web
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:40:46
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - web
    - base
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Adds a **Use Numeric Date Format** field to `res.lang`.
When enabled for a language, all `date` and `datetime` fields
render in numeric format (e.g. `31/01/2026` instead of `Jan 31, 2026`).

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
base_res_lang_form_inherit res.lang field Inherits base.res_lang_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • session_info(self)

New fields (1)
  • use_date_format_numeric Boolean
    help='Display dates in numeric format (e.g. 31/01/2026) instead of textual format (e.g. Jan 31, 2026).' string='Use Numeric Date Format'
Public methods (0)

No public methods.