Odoo
How to Use Mixin Classes in Odoo 18 to Extend Models
Mixin classes effectively add reusable functionality to models in Odoo 18 without requiring direct changes. By offering reusable methods, a mixin is a specialised class that lets programmers improve or modify fields, processes, and behaviours in pre-existing models without affecting Read more…