models.execute_kw(db, uid, password, 'res.partner', 'search', [[['is_company', '=', True], ['customer', '=', True]]])
when these type of external command runs, a postgres command also runs behind then scene which evaluate the result.
I want to know what command run in postgres when a odoo api function runs.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
2
الردود
3097
أدوات العرض
Hi Rohit,
Maybe _where_calc method can help you. Try to trace the code, put the print statements which will print the query for the domain.
Run Odoo with the startup parameter:
--log-sql
enables DEBUG logging of SQL querying
You can do this either on the command-line or via a Configuration File.
See:
https://www.odoo.com/documentation/11.0/reference/cmdline.html
https://www.odoo.com/documentation/11.0/reference/cmdline.html#configuration-file
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل