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
    • 166
    Comment on it

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

    record in recset1       # include
    record not in recset1   # not include
    recset1 + recset2       # extend
    recset1 | recset2       # union
    recset1 & recset2       # intersect
    recset1 - recset2       # difference
    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
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: