Hello,
Here is my problem, hope you can help me :
In a view, i've got a Many2one field (model A) called "type"
In this same view, i've got a One2many field (model B) and when i click on Add button, there is a form with an other Many2one field (model A) "type"
I want that when i open the form of the one2many field, that the value of field "type" is the same as the value of the field "type" of the main view
Is anybody know how to do that ?