This question has been flagged
3 Replies
2901 Views

When my module inherits from some odoo module (e.g. 'mail'), I need to know the technical details of that module.

Also, I need to understand what those individual modules do, so that I can pick choose the helpful ones for building my application.

Is the __manifest__.py and README file in odoo installation all we have? Or, are they documented at some place?

Avatar
Discard
Best Answer

Please do the following:

1. read the documentation at www.odoo.com/documentation

2. buy the available books

3. use the Odoo Youtube Channel

4. read the code

5. use Google

Avatar
Discard