Siirry sisältöön
Menu
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Tämä kysymys on merkitty
2 Vastaukset
9841 Näkymät

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

Avatar
Hylkää
Paras vastaus

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.

Avatar
Hylkää
Tekijä Paras vastaus

thank you boemba

Avatar
Hylkää
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
0
jouluk. 22
2196
0
marrask. 15
4626
0
heinäk. 25
1601
2
marrask. 24
6736
2
lokak. 24
3624