تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
2 الردود
4734 أدوات العرض

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.

الصورة الرمزية
إهمال