Next to the title I want to store a "location" attribute as well, eg:
ABC Ltd ------------ Representative @ Sales department ----------------- Yulka Dorova
ABC Ltd ------------ Filial manager @ Customer service --------------- Igor Balin
What is the preferred (upgrade safe) way to add this attribute to the relation between Accounts and Contacts ?
Since account_contact is not a real entity, but an "extended" many2many, the regular way of adding it is not available.
Any advice would be welcome.
ABC Ltd ------------ Representative @ Sales department ----------------- Yulka Dorova
ABC Ltd ------------ Filial manager @ Customer service --------------- Igor Balin
What is the preferred (upgrade safe) way to add this attribute to the relation between Accounts and Contacts ?
Since account_contact is not a real entity, but an "extended" many2many, the regular way of adding it is not available.
Any advice would be welcome.
Comment