コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
246 ビュー

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.


アバター
破棄
最善の回答

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.

アバター
破棄
最善の回答

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

アバター
破棄
関連投稿 返信 ビュー 活動
1
8月 19
5548
0
1月 19
4088
1
3月 15
4904
5
8月 23
12376
2
6月 22
11846