Repository
OCA/web · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/web
Last tracking update
2026-08-07 09:06:23
Authors
Odoo Community Association (OCA), initOS GmbH
Maintainers
Odoo Community Association (OCA), initOS GmbH
Committers
OCA-git-bot, oca-ci, Liam Noonan
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
None
Description
This modules offers the dark mode for Odoo CE. The dark mode can be
activated by every user in the user menu in the top right.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_users_form_simple_modif res.users form Inherits base.view_users_form_simple_modif
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • color_scheme(self)

New fields (2)
  • dark_mode Boolean
    readonly=False related='res_users_settings_id.dark_mode'
  • dark_mode_device_dependent Boolean
    readonly=False related='res_users_settings_id.dark_mode_device_dependent' string='Device Dependent Dark Mode'
Public methods (2)
  • SELF_READABLE_FIELDS(self)
    @property
  • SELF_WRITEABLE_FIELDS(self)
    @property

New fields (2)
  • dark_mode Boolean
  • dark_mode_device_dependent Boolean
Public methods (0)

No public methods.

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
546 days ago
Last activity
267 days ago
Repository
OCA/web
Pull request
[17.0] [MIG] web_dark_mode: Migration to 17.0 (#3099)