Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Supported Operations in Odoo

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 194
    Comment on it

    RecordSet also support set operations you can add, union and intersect, ... recordset. For example you can see below code.

    1. record in recset1 # include
    2. record not in recset1 # not include
    3. recset1 + recset2 # extend
    4. recset1 | recset2 # union
    5. recset1 & recset2 # intersect
    6. recset1 - recset2 # difference
    7. recset.copy() # to copy recordset (not a deep copy)
    Note-RecordSet also support set operations you can add, union and intersect.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Reset Password
Fill out the form below and reset your password: