mirror of
https://github.com/odoo/documentation.git
synced 2026-01-03 18:26:27 +07:00
[MOV] howto/rdtraining: move "Getting started" to the tutorials dir
This commit also replaces references to the "Building a module" tutorial by references to the "Getting started" tutorial. task-2991663 Part-of: odoo/documentation#3655
This commit is contained in:
14
content/developer/tutorials/getting_started/D_mixins.rst
Normal file
14
content/developer/tutorials/getting_started/D_mixins.rst
Normal file
@@ -0,0 +1,14 @@
|
||||
.. _tutorials/getting_started/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.
|
||||
Reference in New Issue
Block a user