December 2018
Beginner to intermediate
404 pages
10h 14m
English
In the Odoo Python code encountered so far, we can see that decorators, such as @api.multi, are frequently used in model methods. These are important for the ORM and allow it to give those methods specific uses.
Let's review the ORM decorators we have available and when each should be used.
Read now
Unlock full access