This question has been flagged
3 Replies
2459 Views

hello,

i explain my problem: i want to complete the society form which there is many2one field with res_partner relation which represent principal contact . At the end of the form there is a notebook which one2many relation to res_partner to add contacts of the society. In the contact form there is a boolean field which add to select if the contat is the principal. I want that if the field is selected put automatically in the society form(above) the contact_id .

Do you think there is a solution for that

thanks a lot

Avatar
Discard

Sorry I am confused,

Which field is selected to put automatically in the society form (the boolean)?

And where in the society form do you want the contact_id (in the principal contact or in the society contacts one2many)?

Author Best Answer

yes i know i would use on change methode but with wich comportment i want the contact_id in the society contact many2one field which refer to the selected boolean field in the contact form 

Avatar
Discard
Best Answer

you can use on_change method

Avatar
Discard