Files
Odoo-18.0-20251222/web_m2x_options/readme/ROADMAP.md
tocmo0nlord adbe430761
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Initial commit: Odoo 18.0-20251222 extra-addons
2026-03-13 20:43:25 +00:00

566 B
Executable File

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 _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.

  • 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...).
  • Properly support web_m2x_options on Many2OneReferenceField.