What kind of operations (+, -, etc) we can do on recordset?
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
1
Responder
2936
Vistas
You can do all types of set operations and also conditional operations.
record in recset1 # include
record not in recset1 # not include
recset1 + recset2 # extend
recset1 | recset2 # union
recset1 & recset2 # intersect
recset1 - recset2 # difference
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
3
dic 21
|
6453 | ||
|
0
may 19
|
3343 | ||
|
2
feb 19
|
9428 | ||
|
0
oct 17
|
7833 | ||
Content of self.search
Resuelto
|
|
2
sept 16
|
8844 |