From 70b1003bf9a3b2b0487203ae629df09d9fde5832 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Tue, 15 Sep 2015 16:35:27 +0200 Subject: [PATCH] @pedrobaeza's proposals to roadmap --- web_m2x_options/README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web_m2x_options/README.rst b/web_m2x_options/README.rst index 5e0faeba..e4301ffc 100644 --- a/web_m2x_options/README.rst +++ b/web_m2x_options/README.rst @@ -119,6 +119,13 @@ Known issues Double check that you have no inherited view that remove ``options`` you set on a field ! If nothing works, add a debugger in the first line of ``get_search_result method`` and enable debug mode in Odoo. When you write something in a many2one field, javascript debugger should pause. If not verify your installation. +Roadmap +======= + +- Instead of making the tags rectangle clickable, I think it's better to put the text as a clickable link, so we will get a consistent behaviour/aspect with other clickable elements (many2one...). +- In edit mode, it would be great to add an icon like the one on many2one fields to allow to open the many2many in a popup window. +- Include this feature as a configurable option via parameter to have this behaviour by default in all many2many tags. + Bug Tracker ===========