File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ addon | version | maintainers | summary
2323--- | --- | --- | ---
2424[ web_calendar_slot_duration] ( web_calendar_slot_duration/ ) | 19.0.1.0.0 | <a href =' https://github.com/Yajo ' ><img src =' https://github.com/Yajo.png ' width =' 32 ' height =' 32 ' style =' border-radius :50% ;' alt =' Yajo ' /></a > | Customizable calendar slot durations
2525[ web_dark_mode] ( web_dark_mode/ ) | 19.0.1.0.0 | | Enabled Dark Mode for the Odoo Backend
26+ [ web_date_format_numeric] ( web_date_format_numeric/ ) | 19.0.1.0.0 | | Display all date/datetime fields in numeric format
2627[ web_dialog_size] ( web_dialog_size/ ) | 19.0.1.0.0 | | A module that lets the user expand a dialog box to the full screen width.
2728[ web_environment_ribbon] ( web_environment_ribbon/ ) | 19.0.1.0.0 | | Web Environment Ribbon
2829[ web_favicon] ( web_favicon/ ) | 19.0.1.0.0 | | Allows to set a custom shortcut icon (aka favicon)
Original file line number Diff line number Diff line change 11[project ]
22name = " odoo-addons-oca-web"
3- version = " 19.0.20260430 .0"
3+ version = " 19.0.20260513 .0"
44dependencies = [
55 " odoo-addon-web_calendar_slot_duration==19.0.*" ,
66 " odoo-addon-web_dark_mode==19.0.*" ,
7+ " odoo-addon-web_date_format_numeric==19.0.*" ,
78 " odoo-addon-web_dialog_size==19.0.*" ,
89 " odoo-addon-web_environment_ribbon==19.0.*" ,
910 " odoo-addon-web_favicon==19.0.*" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Web Date Format Numeric
1111 !! This file is generated by oca-gen-addon-readme !!
1212 !! changes will be overwritten. !!
1313 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14- !! source digest: sha256:25b94735189b304ab6244a006ac3059a1a8450a7ef3c5ccd68244db07a028bf3
14+ !! source digest: sha256:61b8d0aec1566959bc1897279557572a98e29df6316d8960cd69a3989d5ac2c7
1515 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717.. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -68,9 +68,9 @@ Authors
6868Contributors
6969------------
7070
71- - `Camptocamp <https://www.camptocamp.com >`__:
71+ - `Camptocamp <https://www.camptocamp.com >`__:
7272
73- - Vincent Van Rossem
73+ - Vincent Van Rossem
7474
7575Maintainers
7676-----------
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ <h1>Web Date Format Numeric</h1>
372372!! This file is generated by oca-gen-addon-readme !!
373373!! changes will be overwritten. !!
374374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375- !! source digest: sha256:25b94735189b304ab6244a006ac3059a1a8450a7ef3c5ccd68244db07a028bf3
375+ !! source digest: sha256:61b8d0aec1566959bc1897279557572a98e29df6316d8960cd69a3989d5ac2c7
376376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/web/tree/19.0/web_date_format_numeric "> < img alt ="OCA/web " src ="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/web-19-0/web-19-0-web_date_format_numeric "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=19.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
378378< p > Adds a < strong > Use Numeric Date Format</ strong > field to < tt class ="docutils literal "> res.lang</ tt > . When enabled
You can’t perform that action at this time.
0 commit comments