2025-02-27 18:56:07 +07:00
|
|
|
# Reuse code with mixins
|
2021-05-11 12:57:39 +02:00
|
|
|
|
2022-01-21 10:12:21 +00:00
|
|
|
If you need to interface with common Odoo features such as the chatter, you can rely on
|
2025-02-27 18:56:07 +07:00
|
|
|
{doc}`mixins <../reference/backend/mixins>`.
|
2022-01-21 10:12:21 +00:00
|
|
|
They are Odoo models exposing useful methods through inheritance.
|
|
|
|
|
|
2025-02-27 18:56:07 +07:00
|
|
|
To learn and play with mixins, visit [this repository](https://github.com/tivisse/odoodays-2018/).
|
2022-01-21 10:12:21 +00:00
|
|
|
This module for a plant nursery is training material developed for the OXP 2018. You don't need to
|
2025-02-27 18:56:07 +07:00
|
|
|
code it on your side. But you can check the presentations in the {file}`/static/pdf` directory and
|
2022-01-21 10:12:21 +00:00
|
|
|
play with the module to discover some magic features in Odoo.
|
2025-02-27 18:56:07 +07:00
|
|
|
|