Browse Source

[11.0][UPD] base_tier_validation: roadmap.

* using similar approach to activities has already benn addressed.
* add a new point explaining review tooltip improvement possibilities.
pull/69/head
Lois Rilo 5 years ago
parent
commit
484c433a37
  1. 6
      base_tier_validation/README.rst
  2. 5
      base_tier_validation/readme/ROADMAP.rst
  3. 6
      base_tier_validation/static/description/index.html

6
base_tier_validation/README.rst

@ -52,7 +52,10 @@ To configure this module, you need to:
Known issues / Roadmap
======================
* Starting with Odoo v11 it would be interesting to try to take advantage of ``mail.activity.mixin``.
* It would be interesting to improve the current tooltip to display reviews
to make it responsible and more "Odoo-ish". For instance, to use a
widget capable to display a tree view as a drop-down without needing
to navigate to a new screen.
Bug Tracker
===========
@ -77,6 +80,7 @@ Contributors
* Lois Rilo <lois.rilo@eficent.com>
* Naglis Jonaitis <naglis@versada.eu>
* Adrià Gil Sorribes <adria.gil@eficent.com>
Maintainers
~~~~~~~~~~~

5
base_tier_validation/readme/ROADMAP.rst

@ -1 +1,4 @@
* Starting with Odoo v11 it would be interesting to try to take advantage of ``mail.activity.mixin``.
* It would be interesting to improve the current tooltip to display reviews
to make it responsible and more "Odoo-ish". For instance, to use a
widget capable to display a tree view as a drop-down without needing
to navigate to a new screen.

6
base_tier_validation/static/description/index.html

@ -400,7 +400,10 @@ functionality.</li>
<div class="section" id="known-issues-roadmap">
<h1><a class="toc-backref" href="#id2">Known issues / Roadmap</a></h1>
<ul class="simple">
<li>Starting with Odoo v11 it would be interesting to try to take advantage of <tt class="docutils literal">mail.activity.mixin</tt>.</li>
<li>It would be interesting to improve the current tooltip to display reviews
to make it responsible and more “Odoo-ish”. For instance, to use a
widget capable to display a tree view as a drop-down without needing
to navigate to a new screen.</li>
</ul>
</div>
<div class="section" id="bug-tracker">
@ -424,6 +427,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
<ul class="simple">
<li>Lois Rilo &lt;<a class="reference external" href="mailto:lois.rilo&#64;eficent.com">lois.rilo&#64;eficent.com</a>&gt;</li>
<li>Naglis Jonaitis &lt;<a class="reference external" href="mailto:naglis&#64;versada.eu">naglis&#64;versada.eu</a>&gt;</li>
<li>Adrià Gil Sorribes &lt;<a class="reference external" href="mailto:adria.gil&#64;eficent.com">adria.gil&#64;eficent.com</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">

Loading…
Cancel
Save