
Select links and pieces of information from Odoo Enterprise wiki were copied over at the end Chap. 2 of the functional training. These would be useful to have during the tutorial instead of at the end of it. closes odoo/documentation#1473 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com> Co-authored-by: Antoine Vandevenne (anv) <anv@odoo.com>
15 lines
654 B
ReStructuredText
15 lines
654 B
ReStructuredText
.. _howto/rdtraining/D_mixins:
|
|
|
|
==================
|
|
Advanced D: Mixins
|
|
==================
|
|
|
|
If you need to interface with common Odoo features such as the chatter, you can rely on
|
|
:doc:`mixins <../../reference/backend/mixins>`.
|
|
They are Odoo models exposing useful methods through inheritance.
|
|
|
|
To learn and play with mixins, visit `this repository <https://github.com/tivisse/odoodays-2018/>`_.
|
|
This module for a plant nursery is training material developed for the OXP 2018. You don't need to
|
|
code it on your side. But you can check the presentations in the :file:`/static/pdf` directory and
|
|
play with the module to discover some magic features in Odoo.
|