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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
1
回复
2939
查看
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
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
3
12月 21
|
6457 | ||
|
0
5月 19
|
3346 | ||
|
2
2月 19
|
9430 | ||
|
0
10月 17
|
7836 | ||
|
2
9月 16
|
8844 |