Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
4478
Vistas
self._cr.execute("SELECT name FROM res_partner %s", ('%odoo%',))
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
jun 20
|
2762 | ||
|
0
nov 19
|
4729 | ||
|
4
ago 19
|
8162 | ||
|
4
jul 19
|
8961 | ||
|
0
sept 23
|
407 |
I think query should be
self._cr.execute("SELECT name FROM res_partner where name ilike %s", ('%odoo%',))