Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
616 Widoki

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

Awatar
Odrzuć

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

Autor

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.


Najlepsza odpowiedź

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.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
sie 25
448
1
sie 25
430
4
lip 25
1725
1
lip 25
987
2
lip 25
1001