Hello
By default, when I create a contact, I can select the related company.
I would like to have a contact linked to several companies and not only one (a guy can have several companies). How to do that ?
//=======
I have create a manytomany field in Contact with this rule: [('is_company', '=', True)], it allows me to create and list the companies of a contact.
It works fine but I can not see the contact related to a company.
What I have to add to see the related contact(s) in the company form ?
Thanks in advance