When to use MultiValueMixin and CompanyMultiValueMixin

I am trying to use new multivalue field and my question is why to use MultiValueMixin over CompanyMultiValueMixin. For example customer_location and supplier_location on party are using MultiValueMixin, how the values are going to change for multi company? And if they are not going to change based on company then why not use many2one instead?

They will not change.

Because we want to allow customization that will change them based on any criteria the developer wants to use.

That makes sense. Just to confirm, with Property field this was not the case? Because values always changed based on company, even in case of customer_location and supplier_location of party.

Yes this is an improvement.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.