this post was submitted on 28 Jul 2023
5 points (100.0% liked)

Ask Experienced Devs

1064 readers
1 users here now

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
5
Odoo Developer (programming.dev)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

A friend of mine has an eCommerce company of ~30 people. They're now collaborating with an Odoo Partner to implement Odoo as their ERP. He wants me to become their Odoo Developer and Maintainer in the future. He wants me to not just know how to code, but also understand the parts the business is running. From where should I start learning?

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago (1 children)

Your friend could walk you through their business processes and how they plan to use the third-party software. It would be a good chance to document all that knowledge.

You could also take a look on the documentation of Odoo.

[–] [email protected] 4 points 1 year ago

@LogicRaven @ManeraKai

I haven't had first hand experience with odoo. But their GitHub repository would also be a good place to start.
They have a tutorial : https://github.com/odoo/tutorials

[–] [email protected] 1 points 1 week ago

To effectively become an Odoo Developer and Maintainer for your friend's eCommerce company, it's crucial to have a solid understanding of both technical and business aspects. Here’s where you should start:

1. Learn Odoo Basics: Begin by familiarizing yourself with the Odoo ERP system. Understand its architecture, key modules, and how it integrates different business functions.

2. Business Process Knowledge: Since you need to grasp the business operations, delve into how eCommerce businesses function. Learn about inventory management, sales processes, customer relationship management, and financial operations within the context of eCommerce.

3. Odoo Development: Gain hands-on experience with Odoo development. Study Odoo's development framework, including how to create and customize modules, and understand its Python-based backend and XML for views.

4. Business Analysis: Develop skills in business analysis to understand the requirements and workflows of the company. This will help you tailor Odoo solutions to their specific needs and improve their ERP implementation.

5. Documentation and Community: Utilize Odoo's documentation and participate in the Odoo community. Engaging with forums and reading case studies can provide valuable insights and practical knowledge.

By combining technical expertise with a deep understanding of the business processes, you'll be well-prepared to contribute effectively as an Odoo Developer and Maintainer.