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
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
2968
ビュー
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
|
6501 | ||
|
0
5月 19
|
3377 | ||
|
2
2月 19
|
9470 | ||
|
0
10月 17
|
7866 | ||
|
2
9月 16
|
8862 |