This question has been flagged
3 Replies
11609 Views
  1. Where do I find the Odoo 9 documentation for developers as well as users? If it's not available yet, when can we expect it?

  2. Are there any quality tutorials (video or text) available for both the functional (user) and technical (developer) aspects?

Avatar
Discard
Best Answer

Hi Sachin,

Here are some standard reference for learning provided by odoo.

1) ReadDocs

2) Odoo new API Guideline

3) Technical Document

4) For installation and development envirnment you will find number of blog avail. Just search setup odoo development envirnment on google. Here is one link Click Here

5) Useful resource

These all the sources will help you to understand the basic structure and flow, the more idea you will get from source code itself once you more practice on development you will come to know how use the or take reference from existing source code.

If i will come up with more, than i will update it here.


Hope this will help you.

Rgds,

Anil.



Avatar
Discard
Best Answer

If you are asking for the best free resources to learn Odoo v9 for developers, it's simply: Source Code. There you could find examples of how to do pretty much everything. Tutorials and Docs often doesn't tell you all the story. If you learn how to use source code to find how to do what you want, then you are ready to do everything, not only in Odoo, this applies for everything in the software world.

This is only my point of view about it.

Avatar
Discard

+1, I totally agree with this.

well said

Best Answer

Official technical documentation for v9: https://www.odoo.com/documentation/
Official user documentation (still in progress but updated on a weekly basis): https://www.odoo.com/documentation/user/

Avatar
Discard