mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 15:12:04 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
* Sylvain LE GAL (https://www.twitter.com/legalsylvain)
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
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
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
* For the time being, the module improves form and search view. Some other improvement could
|
||||
be done on other part of the UI.
|
||||
Loading…
Add table
Add a link
Reference in a new issue