Domain for current user logged in

Hi

How do I get the current user logged in in order to be used in a ir.action.act_window domain in a xml file?.

I would like to do something like this:

field name=“domain” eval="[(‘create_uid’, ‘=’, curent_user?)]"/

Thank in advance

3 Likes

You can use Eval('_user')

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.