where i can found openerp 7 Databse schema? the structure of table and relation between them.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
You can always reverse engeneer the database using one of these tools:
http://stackoverflow.com/questions/3223770/tools-to-generate-database-tables-diagram-with-postgresql
I tried schemaspy
download: http://schemaspy.sourceforge.net/
download java drivers for postgresql : http://jdbc.postgresql.org/download/postgresql-9.3-1102.jdbc41.jar
save in the same folder then execute command:
java -jar schemaSpy_5.0.0.jar -t pgsql -host localhost -port 5432 -db dbname -s public -u username -p password -o /Location where you want your scheme/ -dp postgresql-9.3-1102.jdbc41.jar
change italic with your values.
Hope this helps.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
0
Ara 22
|
2046 | ||
|
0
Kas 15
|
4466 | ||
|
0
Tem 25
|
1467 | ||
|
2
Kas 24
|
6316 | ||
|
2
Eki 24
|
3327 |