🧬 ManyToMany Relations
🧬

ManyToMany Relations

  What is it? 

ManyToMany fields are a type of relational field in Odoo. the ManyToMany relations menu shows the list of all many2many relationships between models.


Example

You will find here the four many2many relationships on tasks. Tasks may be assigned to many users, may have different tags and even have dependencies (subtasks).



Why is it useful?

Although the interface does not allow for many modifications, this menu is useful if you want to have an overview of all many2many relationships on each model.


Extra documentation