forked from Techsystech/web
[REF] use new readme conventions. (replace rst by md files)
parent
9e5d4a8614
commit
cd5f3048df
|
@ -28,27 +28,30 @@ Web Theme Classic
|
||||||
|
|
||||||
|badge1| |badge2| |badge3| |badge4| |badge5|
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||||||
|
|
||||||
This module extend the Odoo Community Edition ``web`` module to improve visibility
|
This module extend the Odoo Community Edition ``web`` module to improve
|
||||||
of form view.
|
visibility of form view.
|
||||||
|
|
||||||
**Rational:**
|
**Rational:** Since Odoo V17, the design is very pure. That's great, but
|
||||||
Since Odoo V17, the design is very pure. That's great, but it generates some problem for
|
it generates some problem for users :
|
||||||
users :
|
|
||||||
|
|
||||||
* buttons and fields are not identifiable. (we can not know exactly where there are
|
- buttons and fields are not identifiable. (we can not know exactly
|
||||||
until you hover over them with the cursor)
|
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)
|
||||||
|
|
||||||
* 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.
|
||||||
In a way, this module restores the form display of version 15, but preserving the "save on the fly" new feature.
|
|
||||||
|
|
||||||
**Without this module**
|
**Without this module**
|
||||||
|
|
||||||
.. figure:: https://raw.githubusercontent.com/OCA/web/17.0/web_theme_classic/static/description/product_template_form_without_module.png
|
|image1|
|
||||||
|
|
||||||
**With this module**
|
**With this module**
|
||||||
|
|
||||||
.. figure:: https://raw.githubusercontent.com/OCA/web/17.0/web_theme_classic/static/description/product_template_form_with_module.png
|
|image2|
|
||||||
|
|
||||||
|
.. |image1| image:: https://raw.githubusercontent.com/OCA/web/17.0/web_theme_classic/static/description/product_template_form_without_module.png
|
||||||
|
.. |image2| image:: https://raw.githubusercontent.com/OCA/web/17.0/web_theme_classic/static/description/product_template_form_with_module.png
|
||||||
|
|
||||||
**Table of contents**
|
**Table of contents**
|
||||||
|
|
||||||
|
@ -58,8 +61,8 @@ In a way, this module restores the form display of version 15, but preserving th
|
||||||
Known issues / Roadmap
|
Known issues / Roadmap
|
||||||
======================
|
======================
|
||||||
|
|
||||||
* For the time being, the module improves form and search view. Some other improvement could
|
- For the time being, the module improves form and search view. Some
|
||||||
be done on other part of the UI.
|
other improvement could be done on other part of the UI.
|
||||||
|
|
||||||
Bug Tracker
|
Bug Tracker
|
||||||
===========
|
===========
|
||||||
|
@ -75,17 +78,17 @@ Credits
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
~~~~~~~
|
-------
|
||||||
|
|
||||||
* GRAP
|
* GRAP
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
~~~~~~~~~~~~
|
------------
|
||||||
|
|
||||||
* Sylvain LE GAL (https://www.twitter.com/legalsylvain)
|
- Sylvain LE GAL (https://www.twitter.com/legalsylvain)
|
||||||
|
|
||||||
Maintainers
|
Maintainers
|
||||||
~~~~~~~~~~~
|
-----------
|
||||||
|
|
||||||
This module is maintained by the OCA.
|
This module is maintained by the OCA.
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
- Sylvain LE GAL (<https://www.twitter.com/legalsylvain>)
|
|
@ -1 +0,0 @@
|
||||||
* 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:** 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**
|
||||||
|
|
||||||
|

|
|
@ -1,21 +0,0 @@
|
||||||
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 :
|
|
||||||
|
|
||||||
* 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
|
|
|
@ -1,2 +0,0 @@
|
||||||
* For the time being, the module improves form and search view. Some other improvement could
|
|
||||||
be done on other part of the UI.
|
|
|
@ -370,25 +370,22 @@ ul.auto-toc {
|
||||||
!! source digest: sha256:b309e66df73fcf5de5629e2cc3645e23340d22335fcd405f771e5cce15341741
|
!! source digest: sha256:b309e66df73fcf5de5629e2cc3645e23340d22335fcd405f771e5cce15341741
|
||||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/17.0/web_theme_classic"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_theme_classic"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/web/tree/17.0/web_theme_classic"><img alt="OCA/web" src="https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/web-17-0/web-17-0-web_theme_classic"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/web&target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||||
<p>This module extend the Odoo Community Edition <tt class="docutils literal">web</tt> module to improve visibility
|
<p>This module extend the Odoo Community Edition <tt class="docutils literal">web</tt> module to improve
|
||||||
of form view.</p>
|
visibility of form view.</p>
|
||||||
<p><strong>Rational:</strong>
|
<p><strong>Rational:</strong> Since Odoo V17, the design is very pure. That’s great, but
|
||||||
Since Odoo V17, the design is very pure. That’s great, but it generates some problem for
|
it generates some problem for users :</p>
|
||||||
users :</p>
|
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>buttons and fields are not identifiable. (we can not know exactly where there are
|
<li>buttons and fields are not identifiable. (we can not know exactly
|
||||||
until you hover over them with the cursor)</li>
|
where there are until you hover over them with the cursor)</li>
|
||||||
<li>there is no indication for the required fields until trying to save (or exit the screen)</li>
|
<li>there is no indication for the required fields until trying to save
|
||||||
|
(or exit the screen)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>In a way, this module restores the form display of version 15, but preserving the “save on the fly” new feature.</p>
|
<p>In a way, this module restores the form display of version 15, but
|
||||||
|
preserving the “save on the fly” new feature.</p>
|
||||||
<p><strong>Without this module</strong></p>
|
<p><strong>Without this module</strong></p>
|
||||||
<div class="figure">
|
<p><img alt="image1" src="https://raw.githubusercontent.com/OCA/web/17.0/web_theme_classic/static/description/product_template_form_without_module.png" /></p>
|
||||||
<img alt="https://raw.githubusercontent.com/OCA/web/17.0/web_theme_classic/static/description/product_template_form_without_module.png" src="https://raw.githubusercontent.com/OCA/web/17.0/web_theme_classic/static/description/product_template_form_without_module.png" />
|
|
||||||
</div>
|
|
||||||
<p><strong>With this module</strong></p>
|
<p><strong>With this module</strong></p>
|
||||||
<div class="figure">
|
<p><img alt="image2" src="https://raw.githubusercontent.com/OCA/web/17.0/web_theme_classic/static/description/product_template_form_with_module.png" /></p>
|
||||||
<img alt="https://raw.githubusercontent.com/OCA/web/17.0/web_theme_classic/static/description/product_template_form_with_module.png" src="https://raw.githubusercontent.com/OCA/web/17.0/web_theme_classic/static/description/product_template_form_with_module.png" />
|
|
||||||
</div>
|
|
||||||
<p><strong>Table of contents</strong></p>
|
<p><strong>Table of contents</strong></p>
|
||||||
<div class="contents local topic" id="contents">
|
<div class="contents local topic" id="contents">
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
|
@ -405,8 +402,8 @@ until you hover over them with the cursor)</li>
|
||||||
<div class="section" id="known-issues-roadmap">
|
<div class="section" id="known-issues-roadmap">
|
||||||
<h1><a class="toc-backref" href="#toc-entry-1">Known issues / Roadmap</a></h1>
|
<h1><a class="toc-backref" href="#toc-entry-1">Known issues / Roadmap</a></h1>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>For the time being, the module improves form and search view. Some other improvement could
|
<li>For the time being, the module improves form and search view. Some
|
||||||
be done on other part of the UI.</li>
|
other improvement could be done on other part of the UI.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="bug-tracker">
|
<div class="section" id="bug-tracker">
|
||||||
|
|
Loading…
Reference in New Issue