Skip to Content
Menu
This question has been flagged
2 Replies
1799 Views

I want to get the value of the logged in user ( 'user_id' ) in a dynamic way, I attach the reference code statically.

domain="[['project_group_id', 'ilike', 'SaaS'], ['project_group_id.tipo', '=', 'tipo1'], '!',['task_type_id', '=', False], '!', ['partner_id', '=', False], ['stage_id', 'not ilike', 'Terminado'], ['stage_id', 'not ilike', 'Cancelado'], ['task_type_id','ilike','Requerimiento'], ['tag_ids','ilike','Requerimiento OK'], ['user_id', '=', 6]]"

Avatar
Discard
Author Best Answer

It doesnt work

Avatar
Discard
Best Answer



('user_id', '=', uid)
Avatar
Discard