Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
4501
Tampilan
self._cr.execute("SELECT name FROM res_partner %s", ('%odoo%',))
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Jun 20
|
2765 | ||
|
0
Nov 19
|
4731 | ||
|
4
Agu 19
|
8164 | ||
|
4
Jul 19
|
8964 | ||
|
0
Sep 23
|
407 |
I think query should be
self._cr.execute("SELECT name FROM res_partner where name ilike %s", ('%odoo%',))