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

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

形象
丢弃

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

编写者

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.


最佳答案

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.

形象
丢弃
相关帖文 回复 查看 活动
1
6月 25
220
1
6月 25
228
0
6月 25
165
2
6月 25
594
1
5月 25
98