December 2018
Beginner to intermediate
404 pages
10h 14m
English
Odoo has available global messaging and activity planning features, provided by the Discuss application, with technical name mail.
The mail module provides the mail.thread abstract class that makes it simple to add the messaging features to any model, and the mail.activity.mixin that adds planned activity features. This was done in Chapter 4, Extending Modules, to explain how to inherit features from mixin abstract classes.
To add these features, we need to add the mail dependency to the add-on module, library_checkout, and then have the library checkout model class inherit from the abstract classes providing the following features.
Edit the 'depends' key in the library_checkout/__manifest__.py file, to ...
Read now
Unlock full access