I was creating filters in v8 and I noticed this works fine:
[['reviewer_id', '=', uid]]
but this doesn't work:
[['user_id', '=', uid]]
and this does work:
[['user_id','=',uid]]
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I was creating filters in v8 and I noticed this works fine:
[['reviewer_id', '=', uid]]
but this doesn't work:
[['user_id', '=', uid]]
and this does work:
[['user_id','=',uid]]
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.