You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
755 B

  1. Double check that you have no inherited view that remove ``options`` you set on a field !
  2. If nothing works, add a debugger in the first line of ``_search method`` and enable debug mode in Odoo. When you write something in a many2one field, javascript debugger should pause. If not verify your installation.
  3. - 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...).
  4. - 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.
  5. - Include this feature as a configurable option via parameter to have this behaviour by default in all many2many tags.