跳至內容
選單
此問題已被標幟
2 回覆
9737 瀏覽次數

where i can found openerp 7 Databse schema? the structure of table and relation between them.

頭像
捨棄
最佳答案

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.

頭像
捨棄
作者 最佳答案

thank you boemba

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
12月 22
2088
0
11月 15
4493
0
7月 25
1517
2
11月 24
6532
2
10月 24
3480