Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
9699 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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.

Imagine profil
Abandonează
Autor Cel mai bun răspuns

thank you boemba

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
dec. 22
2061
0
nov. 15
4483
0
iul. 25
1491
2
nov. 24
6424
2
oct. 24
3432