Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
9760 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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.

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

thank you boemba

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 12 22
2114
0
thg 11 15
4526
0
thg 7 25
1549
2
thg 11 24
6603
2
thg 10 24
3530