Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
3 Replies
172 Tampilan

Hi, I'm looking for some guide of the structure of CRM tables to create some reports and dashboards. I tried to find it for several links and odoo web-site but with out any lucky.


If you have any documentation link, I will appreciate it.


Avatar
Buang
Jawaban Terbai

There’s no official detailed ERD (Entity Relationship Diagram) published by Odoo, but you can explore the CRM structure through:

  1. Odoo Studio
    • Visual way to inspect models, fields, and relations in the CRM module.
  2. Technical > Models (Developer Mode)
    • Go to Settings > Technical > Models to view tables like crm.lead, crm.stage, res.partner, etc.
  3. Odoo Documentation
  4. Source Code
    • CRM models are located in:
      addons/crm/models/ — especially crm_lead.py, crm_stage.py.
  5. Community ERDs on GitHub
    • Search “Odoo CRM ERD GitHub” to find community-created diagrams.

Avatar
Buang
Jawaban Terbai

Hii,

Here is some link please check

https://youtu.be/gamkEnHvNGM?si=MXLpRQsxiYL_lwKr

for database schema you can goto "Setting" at the bottom of the column on the left under the "Technical" section you will see a "Database Structure" menu that might be useful as well.  

i hope it is usefull

Avatar
Buang
Post Terkait Replies Tampilan Aktivitas
1
Agu 19
5526
0
Jan 19
4086
1
Mar 15
4883
5
Agu 23
12344
2
Jun 22
11819