How to disable the popup adding form when adding a new line in many2many field tree view? Everytime I add a line, it always open a popup form, I just want to add a line directly in tree view only.
I've tried editable="bottom" and editable="top" in tree view but it's not working for me.