Hello,
I've been trying to do something for several days, but can't get it to work.
In a form, I added a One2many field
When I click on a button, it opens a list view and I would like to pass the list of products from my one2many as a parameter so that they are selected in the search bar as if we had typed for example : ProductA or ProductB
Does anyone know what syntax to pass in res['context']['search_default_myid'] = ???