[REF] use new readme conventions. (replace rst by md files)

This commit is contained in:
Sylvain LE GAL
2023-11-16 00:03:05 +01:00
parent 9e5d4a8614
commit cd5f3048df
7 changed files with 57 additions and 59 deletions

View File

@@ -370,25 +370,22 @@ ul.auto-toc {
!! 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&amp;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
of form view.</p>
<p><strong>Rational:</strong>
Since Odoo V17, the design is very pure. Thats great, but it generates some problem for
users :</p>
<p>This module extend the Odoo Community Edition <tt class="docutils literal">web</tt> module to improve
visibility of form view.</p>
<p><strong>Rational:</strong> Since Odoo V17, the design is very pure. Thats great, but
it generates some problem for users :</p>
<ul class="simple">
<li>buttons and fields are not identifiable. (we can not know exactly 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>buttons and fields are not identifiable. (we can not know exactly
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>
</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>
<div class="figure">
<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><img alt="image1" src="https://raw.githubusercontent.com/OCA/web/17.0/web_theme_classic/static/description/product_template_form_without_module.png" /></p>
<p><strong>With this module</strong></p>
<div class="figure">
<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><img alt="image2" src="https://raw.githubusercontent.com/OCA/web/17.0/web_theme_classic/static/description/product_template_form_with_module.png" /></p>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
@@ -405,8 +402,8 @@ until you hover over them with the cursor)</li>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#toc-entry-1">Known issues / Roadmap</a></h1>
<ul class="simple">
<li>For the time being, the module improves form and search view. Some other improvement could
be done on other part of the UI.</li>
<li>For the time being, the module improves form and search view. Some
other improvement could be done on other part of the UI.</li>
</ul>
</div>
<div class="section" id="bug-tracker">