From bde1ff004079de95674518461cf2a284b54bbc05 Mon Sep 17 00:00:00 2001 From: Lois Rilo Date: Wed, 15 May 2019 13:35:14 +0200 Subject: [PATCH] [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. --- base_tier_validation/README.rst | 5 ++++- base_tier_validation/readme/ROADMAP.rst | 5 ++++- base_tier_validation/static/description/index.html | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/base_tier_validation/README.rst b/base_tier_validation/README.rst index 4cdcd67..27881c3 100644 --- a/base_tier_validation/README.rst +++ b/base_tier_validation/README.rst @@ -52,7 +52,10 @@ To configure this module, you need to: Known issues / Roadmap ====================== -* In 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 =========== diff --git a/base_tier_validation/readme/ROADMAP.rst b/base_tier_validation/readme/ROADMAP.rst index 54bada4..53280de 100644 --- a/base_tier_validation/readme/ROADMAP.rst +++ b/base_tier_validation/readme/ROADMAP.rst @@ -1 +1,4 @@ -* In 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. diff --git a/base_tier_validation/static/description/index.html b/base_tier_validation/static/description/index.html index 73ef5c3..d32f7e2 100644 --- a/base_tier_validation/static/description/index.html +++ b/base_tier_validation/static/description/index.html @@ -400,7 +400,10 @@ functionality.

Known issues / Roadmap