OCA / web

Odoo web client UI related addons
GNU Affero General Public License v3.0
919 stars 1.87k forks source link

many2one_simple can not work on tree view(one2many tree view at form view) is this a bug or work by design? #2289

Open robinhli opened 2 years ago

robinhli commented 2 years ago

Module

The name of the module that has a bug. web_widget_many2one_simple

Describe the bug

A clear and concise description of what the bug is. it's work ok on form, but not work on tree view/one2many tree view at form view

To Reproduce

Affected versions:

Steps to reproduce the behavior:

  1. install the web_widget_many2one_simple
  2. use many2one_simple widget at a field under tree(one2many tree view at form view)
  3. can't enter anything on this many2one_simple field.

Expected behavior A clear and concise description of what you expected to happen. it should work also on tree view.

Additional context Add any other context about the problem here. (e.g. OS, Python version, ...)

pedrobaeza commented 2 years ago

It's a non covered use case.

robinhli commented 2 years ago

It's a non covered use case.

ok. Got it. Will this be added so it can be used on tree view?