Files
Odoo-18.0-20251222/web_theme_classic/readme/DESCRIPTION.md
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

714 B
Executable File

This module extend the Odoo Community Edition web module to improve visibility of form view.

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 there 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

With this module