Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
4522
Görünümler
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!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
0
Haz 20
|
2766 | ||
|
0
Kas 19
|
4732 | ||
|
4
Ağu 19
|
8167 | ||
|
4
Tem 19
|
8971 | ||
|
0
Eyl 23
|
407 |
I think query should be
self._cr.execute("SELECT name FROM res_partner where name ilike %s", ('%odoo%',))