By using the many2many fields many records of one model can be linked to many records of another model. #odoodevelopmentvideos Sometimes we may need to unlink all the records from a many2many fields at once. #odoomany2many There are some flags that can be used to update the many2many field. one of them is, (5)- which […]
There are some flags that can be used to one2many fields. #odoodevelopmentvideos (0, 0, { values }) link to a new record that needs to be created with the given values dictionary #odoo15tutorials (1, ID, { values }) update the linked record with id = ID (write values on it) (2, ID) remove and delete […]