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

Hi,


where can I found a nice forum where ppl are working on some modules ?
I'm in 6 months formation and I want to share some info and looking for some help.

Thanks

Avatar
Discard

If you have specific questions, here is a good place for them. stackoverflow can be interesting as well.

Author

Thank you guys, I really appreciate.
I'm having 6 months classes and I'm looking community to share my work and learning from the bests.


Best Answer

Steps to Learn Odoo Module Development:

  1. Set Up Odoo Locally
    Install Odoo (preferably version 16 or 17) with required dependencies (Python, PostgreSQL).
  2. Understand the Folder Structure
    A basic module includes:
    • __manifest__.py: Module metadata
    • __init__.py: Python package initializer
    • models/: Python business logic
    • views/: XML files for UI
    • security/: Access rules and permissions
  3. Start with a Simple Module
    Create a "To-Do List" or "Library Management" app to learn model-view-controller structure.
  4. Use Odoo Studio (Optional)
    Try Odoo Studio to visualize UI and field additions before doing it in code.
  5. Follow Official Documentation
    Odoo Developer Docs
  6. Join the Community
    Engage with Odoo Forums, GitHub, or Reddit r/Odoo
  7. Practice Daily
    Keep building and customizing real features — it's the fastest way to learn.

Avatar
Discard
Related Posts Replies Views Activity
1
Aug 25
277
1
Aug 25
331
4
Jul 25
1679
1
Jul 25
956
2
Jul 25
976