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
回覆
2931
瀏覽次數
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
|
6446 | ||
|
0
5月 19
|
3341 | ||
|
2
2月 19
|
9423 | ||
|
0
10月 17
|
7830 | ||
|
2
9月 16
|
8842 |