Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
4757 Zobrazení

Hello,

I create a company in odoo as Admin user and I add two contacts to the company but I don't know where is this informacion in postgresql database.I have searched in many tables of database and I don't find this contacts from company.

What happen?

Avatar
Zrušit

res.company is the table responsible for company details, names, .. and res.partner is responsible for users,customers, ..

Nejlepší odpověď

Hello,

you can find your partners in res_partner table.

just connect to your database and execute: Select * from res_partner;

 

Regards...

Avatar
Zrušit
Autor Nejlepší odpověď

Thank you Ahmed.

Avatar
Zrušit