Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
4512
Views
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!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
जून 20
|
2766 | ||
|
0
नव॰ 19
|
4731 | ||
|
4
अग॰ 19
|
8165 | ||
|
4
जुल॰ 19
|
8965 | ||
|
0
सित॰ 23
|
407 |
I think query should be
self._cr.execute("SELECT name FROM res_partner where name ilike %s", ('%odoo%',))