Skip to Content
Menu
This question has been flagged
2 Replies
2717 Views

Hi All, 


Kindly help me with the learning roadmap to become an Odoo developer.

Thanks!


Regards, 

Mahesh

Avatar
Discard
Best Answer

Hi,

To become an Odoo developer, start by learning Python, as it’s the main programming language used in Odoo, and get familiar with PostgreSQL, the database Odoo relies on. Additionally, understand basic web technologies like HTML, CSS, JavaScript, and XML, which are essential for designing Odoo views and templates. Set up your development environment using tools like PyCharm or Visual Studio Code, and configure Odoo with a custom addons path so you can start creating modules. Refer to this guide for installation help: 

https://www.cybrosys.com/blog/how-to-install-odoo-18-on-ubuntu-24-04-lts-server

Learn how Odoo works by understanding its MVC (Model-View-Controller) architecture:

Models: handle database interactions using Odoo’s ORM (Object-Relational Mapping).

Views: control how data is displayed in the user interface.

Controllers: manage the business logic behind the application.


Begin by studying existing Odoo modules and practicing creating custom modules to add new functionalities. Use resources like the Odoo documentation and follow tutorials for a deeper understanding:

https://www.odoo.com/documentation/18.0/developer/tutorials/server_framework_101/01_architecture.html


Version control is also important, so use Git to track changes and collaborate on code.

In addition to technical skills, gaining functional knowledge of Odoo is equally important. Learn how Odoo’s core apps, like Sales, Inventory, Accounting, and HR, work. This will help you understand business requirements and customize the platform effectively. You can explore Odoo’s functional training videos and blogs to gain insights into workflows and use cases:

https://www.cybrosys.com/odoo-development-tutorial/

https://www.cybrosys.com/odoo/videos/

https://www.cybrosys.com/odoo/odoo-training/odoo-functional-training/

https://www.cybrosys.com/blog/odoo-development-tutorial-the-best-resource-to-learn-odoo


Finally, stay updated with the latest Odoo releases and new features, as the platform is constantly evolving.


Hope it helps

Avatar
Discard
Best Answer

Hi,
First get an over view of what is odoo and how it works and what functionalities does it provide. Once you have basic idea of how odoo system works, you can start development in odoo.

Odoo is following modular approach and what you need to change or to do, can be done by creating a module. It is always good to start with latest versions, as of now you can start with odoo 18.

Set up a local odoo environment with IDE like Pycharm or VS code, once this is done, you can start creating your first app.

See this video and it will take you from there:  https://www.youtube.com/watch?v=kxbPgOLkNxw&list=PLqRRLx0cl0hq0T4SV-BHhCicWOpzyWcHd

Thanks

Avatar
Discard
Related Posts Replies Views Activity
2
Jun 24
9293
0
Apr 25
56
1
Apr 25
295
1
Apr 25
233
1
Mar 25
354