Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Бухгалтерия
- Склад
- PoS
- Project
- MRP
Этот вопрос был отмечен
4518
Представления
self._cr.execute("SELECT name FROM res_partner %s", ('%odoo%',))
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
0
июн. 20
|
2766 | ||
|
0
нояб. 19
|
4731 | ||
|
4
авг. 19
|
8166 | ||
|
4
июл. 19
|
8966 | ||
|
0
сент. 23
|
407 |
I think query should be
self._cr.execute("SELECT name FROM res_partner where name ilike %s", ('%odoo%',))