I'm inheriting the project.project module where I've added multiple Many2many fields: 'Buyers', 'Sellers', 'Contacts', etc. All related to res.partner. Know when I add multiple records to one of the fields, for example add some buyers. These buyers are automatically filled in in the sellers, contact fields too.
Any idea how I can prevent this, I understand why this is happening since the many2many creates a table with project_id and res_partner_id and doesn't know wheither it was created from the sellers, buyers or contacts field.
Thanks in advance.