Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
3678
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
Jun 20
|
2087 | ||
|
0
Nov 19
|
3621 | ||
|
4
Aug 19
|
6959 | ||
|
4
Jul 19
|
7684 | ||
|
0
Sep 23
|
407 |
I think query should be
self._cr.execute("SELECT name FROM res_partner where name ilike %s", ('%odoo%',))