콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
4725 화면

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?

아바타
취소

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

베스트 답변

Hello,

you can find your partners in res_partner table.

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

 

Regards...

아바타
취소
작성자 베스트 답변

Thank you Ahmed.

아바타
취소