I have two models: Project and Task
Project has a view with the field task_ids (One2many with Task). Inside the views file for Task there are two tree views and two form views. These are shown based on the group the user has.
Now when I click on 'Add a new line' in Project to add a Task, it shows the first tree found in the Task views file. How can I choose which form it has to use when clicking 'Add a new line'?
Thanks in advance! Please let me know if you need more context.