Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
2 Antwoorden
671 Weergaven

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
Annuleer

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

Auteur

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.


Beste antwoord

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
2
aug. 25
231
0
aug. 25
310
1
aug. 25
702
1
aug. 25
538
4
jul. 25
1927