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
This question has been flagged
1
Reply
2958
Views
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
3
दिस॰ 21
|
6482 | ||
|
0
मई 19
|
3359 | ||
|
2
फ़र॰ 19
|
9435 | ||
|
0
अक्तू॰ 17
|
7851 | ||
Content of self.search
Solved
|
|
2
सित॰ 16
|
8852 |