HI Guys - Is there any documentation available for ODOO data model diagrams ? If I wanted to find the complete documentation on relationship between one table to other table then what is way around ?
Thanks in Advance
Kashif
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
HI Guys - Is there any documentation available for ODOO data model diagrams ? If I wanted to find the complete documentation on relationship between one table to other table then what is way around ?
Thanks in Advance
Kashif
Yes,
visit="https://techneith.com/products/odoo-data-model/"
Live\ Demo Link\ 'https://youtu.be/dtg7YP7Nhpw'
It is possible but only really works for understanding very small pieces of Odoo at a time.
For example, let's look at the TAG field on a Lead:
This can be represented visually like this:
You can see that CRM Tags can be used on Sales Orders as well as Leads.
However, even a very small Odoo database contains HUNDREDS of tables. There are also INTERNAL tables for storing the User Interface, the Access Controls (Security), the Reports, etc.
It can quickly become very complicated to work with a visual representation.
It might work better to leverage the DATABASE STRUCTURE menu in Odoo (available in Developer Mode)
A 'model' is closest to a table in PostgreSQL, but some fields/columns can be defined by Python and might not even be persisted in PostgreSQL.
For more information, see
https://www.odoo.com/documentation/14.0/developer/reference/addons/orm.html
Note: the visual representation was created automatically by the free version of
Just to give you an idea, this is the visual representation of the Sales Order table and TWENTY-TWO relationships:
And for res.partner (Contact) there are 68 related tables:
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-teRelated Posts | Răspunsuri | Vizualizări | Activitate | |
---|---|---|---|---|
|
2
aug. 25
|
2598 | ||
|
1
iul. 25
|
1004 | ||
|
1
aug. 25
|
1151 | ||
|
0
mai 25
|
1457 | ||
|
2
apr. 25
|
3610 |
Anyone can reply?
"ODOO DATA MODEL" is not a question. I have edited your post to make the title a question. In the future, please consider using a Question that can make it clear what you ask without requiring people to open your post, as this will often increase the chances people will respond and make everything clearer for others looking for the same answer.