Repository
OCA/web · module folder · Try on Runboat
Module version
1.2.1
Category
Extra Tools
Folder size
0.25 MB
License
AGPL-3
Application
Yes
Auto-installable
No
Website
https://github.com/OCA/web
Last tracking update
2026-08-07 08:42:47
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Sylvain LE GAL, Rad0van, Weblate, OCA-git-bot, oca-ci, Liam Noonan
Odoo dependencies
odoo/odoo:
- web
Python dependencies
None
System dependencies
None
Required by
l10n_br_setup_tests
Description
This module extends the Odoo Community Edition `web` module to improve
the visibility of input fields.

**Rational:** Since Odoo V17, the design is very pure. That's great, but
it generates some problem for users :

- Fields are not identifiable. (we can not know exactly
  where they are until you hover over them with the cursor)
- There is no indication for the required fields until trying to save
  (or exit the screen)

In a way, this module restores the form display of version 15, but
preserving the "save on the fly" new feature.

**Without this module**

![](../static/description/product_template_form_without_module.png)

**With this module**

![](../static/description/product_template_form_with_module.png)

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_users_form res.users.form.web_theme_classic res.users form Inherits base.view_users_form
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 (0)

No public methods.

New fields (1)
  • persistent_classic_theme Boolean
    help="This enables Classic Theme on this user's account across all devices. \n Disabling it will will alow you to to use the toggle in the user burger menu in the navbar to enable Classic Mode on a specific session/device \nThe toggle is not visible while Persistent Classic Theme is enabled" readonly=False related='res_users_settings_id.persistent_classic_theme' string='Classic Theme Persistent'
Public methods (2)
  • SELF_READABLE_FIELDS(self)
    @property
  • SELF_WRITEABLE_FIELDS(self)
    @property

New fields (1)
  • persistent_classic_theme Boolean
    default=True
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
100 days ago
Last activity
20 days ago
Repository
OCA/web
Pull request
[19.0][MIG] web_theme_classic: Migration to 19.0 (#3547)