Hi I am trying to pass the value from a Many2many field to a Many2many field using the context attribute in the view.
<field name="vehicules" widget="one2many_list" context="{ 'default_problems':(6,0, problems)}">
default_problems and problems are both Many2many fields, I tried also (1,problems), but in both case only 1 element of the Many2many field is passed from problems to default_problems.
Please some help, I am blocked with this and can't find a solution.