This question has been flagged
6 Replies
9002 Views

Hi,

I am new to Odoo and looking for Technical Training. I found some courses on udemy.com but they are for 9 and 10 versions.

- Where I can find latest version like 11 or 12 technical training? 
- Recommended place to learn?
- Any one willing to share the learning material?

Thanks,


Avatar
Discard

The best way is to open up the source code and read it. (For a beginner, it might be difficult)

Odoo provides documentation for both functional and technical. There is a technical tutorial called building a module, which helps you build your first app, and learn basics.

https://www.odoo.com/documentation/11.0/index.html

Yenthe's blog might also help:- https://www.odoo.yenthevg.com/

There is step by step guide just read all articles: https://sites.google.com/view/thinkincode/erp/odoo

Author Best Answer

The best place to learn odoo is 
https://www.odoo.com/slides

The content for the Technical Training Course is at 

https://www.odoo.com/slides/technical-training-backend-development-41

Avatar
Discard
Best Answer

Hi Anees,

the best platform we have ever seen for learning odoo is https://www.odooclass.com/page/homepage.

You can subscribe over their and kick start of your journey with odoo.

Thanks.





Email: odoo@aktivsoftware.com

Skype: kalpeshmaheshwari



Avatar
Discard
Best Answer

Hi , this is some example of learning odoo for beginner . 
- http://www.getodootraining.com/odoo-tutorials/?cat=odoo-technical-training-material

and for me I always read document of Odoo :
- https://www.odoo.com/documentation/12.0/howtos/backend.html     (for building module)

- https://www.odoo.com/documentation/12.0/reference/orm.html   (ORM for model )

Avatar
Discard