is there any method to view tables and values in odoo? any external applications or modules?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
you can view the postgres database by an external application called pgadminIII
here you can connect it with your database system
http://suite.opengeo.org/4.1/dataadmin/pgGettingStarted/pgadmin.html
this application is used to view databases in postgres
INSTALL PG ADMIN- from ubuntu software centre
CONNECTING PG ADMIN TO POSTGRES
this will be screen on openng pgadmin
click on the first link to connect to localhost
then you will get the below screen
fill the form
name: name for this connection(localhost)
host: localhost
port: 5432
service: leave blank
Maintenance DB: select postgres
username: postgres username(postgres)
password: postgres user password( you can change the password of postgres via terminal in psql)
click on the connect button
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati