oca-web/odoo-bringout-oca-web-web_theme_classic/web_theme_classic/readme/DESCRIPTION.rst
Ernad Husremovic 53fddf87c8 Add oca-web submodule with 68 web modules
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 17:27:15 +02:00

21 lines
738 B
ReStructuredText

This module extend the Odoo Community Edition ``web`` module to improve visibility
of form view.
**Rational:**
In Odoo V16, the design is very pure. That's great, but it generates some problem for
users :
* buttons and 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**
.. figure:: ../static/description/product_template_form_without_module.png
**With this module**
.. figure:: ../static/description/product_template_form_with_module.png