> > I want to create view to show all the employees belongs to logged  in user 
> > current company.
> > Can i use domain to filter?how do i use domain. 
> > domain('company.company',Eval('user.company')) is correct?
> 
> First, the user company is in the context.
> Second a domain is a list of tuple.
> 
> So it should look like:
> 
>     [('company', '=', Eval('context', {}).get('company'))]

Sounds like a good idea to have such an overview in the admin console.
Should this not go on the wishlist as standard?

More, do we have a way to issue a system message to all logged-in users?

Cheers/Axel

Reply via email to