This question has been flagged
2 Replies
6906 Views

HELLO!!

I am trying to create a new action window but my problem is how to add the value of the domain.

In fact, i have an action window which will open the form view of an employee.

In the domain i have put this but it doesnt function :/

[('id', '=', uid)]

Can anyone help PLZ

BEST RESGARDS.

Avatar
Discard
Best Answer

Hello Rihene,

You should add the domain like this:

<field name="domain">[('user_id', '=', uid)]</field>

Brgds

Kareem

Avatar
Discard
Best Answer

  try this: <field name="domain">[('users_id','=','user.id')]</field>  

Avatar
Discard