Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
4503
Visualizzazioni
self._cr.execute("SELECT name FROM res_partner %s", ('%odoo%',))
Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
0
giu 20
|
2765 | ||
|
0
nov 19
|
4731 | ||
|
4
ago 19
|
8164 | ||
|
4
lug 19
|
8964 | ||
|
0
set 23
|
407 |
I think query should be
self._cr.execute("SELECT name FROM res_partner where name ilike %s", ('%odoo%',))