跳至内容
菜单
此问题已终结
2 回复
2976 查看

Hi All, 


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

Thanks!


Regards, 

Mahesh

形象
丢弃
最佳答案

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

形象
丢弃
最佳答案

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

形象
丢弃
相关帖文 回复 查看 活动
2
6月 24
9460
1
5月 25
266
0
4月 25
2
1
4月 25
357
1
4月 25
309