Hi!
I am displaying a Many2many field in a wizard and want to change the view.
Currently, when clicking add record in the list, a new window opens where one can choose the records to be added to the Many2many.
I don't want this window to be shown and instead make it possible to choose the item which gets added inline of the tree view. I tried with "editable=bottom" but it doesn't do anything. Also selecting the widget=one2many changes nothing.
Would be very thankful for some help!