Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilitate
- Inventar
- PoS
- Project
- MRP
Această întrebare a fost marcată
4504
Vizualizări
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!
Înscrie-teRelated Posts | Răspunsuri | Vizualizări | Activitate | |
---|---|---|---|---|
|
0
iun. 20
|
2765 | ||
|
0
nov. 19
|
4731 | ||
|
4
aug. 19
|
8164 | ||
|
4
iul. 19
|
8964 | ||
|
0
sept. 23
|
407 |
I think query should be
self._cr.execute("SELECT name FROM res_partner where name ilike %s", ('%odoo%',))