Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3294 Visualizzazioni

Hii,

I have a Many2one custom field on hr.leave model. 

substitute_employee_id = fields.Many2one('hr.employee', string='Substitute Employee')
<field name="substitute_employee_id"/>

Currently substitute_employee_id shows all employees from hr.employee model on the view.

1. I want to show all employees instead of currently logged in employee in substitute_employee_id field? 

2. How to show logged in user department employees only and not currently logged in employee? 

How to apply a filter or domain on python or xml?

Avatar
Abbandona

In future this will helps: https://goo.gl/8HgnCF

Risposta migliore

Hi Muhammad: Try the following domain on the field

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

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
3
set 20
72016
2
set 23
9778
1
apr 22
2711
1
lug 20
5809
0
mar 15
4912