-
Uncategorized
- [0] Introduction
- [1] Module Structure
- [2] Models & Fields
- [3] Data introduction
- [4] Introduction to Security
- [5] Actions & Menus
- [6] Basic Views
- [7] Relational Fields
- [8] Fields computation
- [9] Fields Onchange
- [10] Actions
- [11] Constraints
- [12] Inline Views
- [13] Widgets
- [14] Ordering
- [15] Advanced Views
- [16] Advanced searches
-
[17] More buttons
-
[18] Model Inheritance
-
[19] View Inheritance
-
[END]
Many 2 many
Rating
0
0
There are no comments for now.
1.
Which Many2many field definition is/are not correct ?
2.
When you create a many-to-many field in an Odoo model class, what does this action do in the database schema?
It creates a virtual table to store the relationships between records of the two related models.
It creates a new column in the database table of the first related model to store the IDs of related records.
It creates a new table in the database schema to store the related records of both models and their relationships.
It creates a new index in the database schema to optimize search operations for related records.
Additional Resources
Content only accessible to course attendees.