Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
1944 Представления

Hello,

I am trying to configure a many2one field to select only the employees that are currently checked in in the attendance app and, if possible, to discriminate by a given employee Badge ID. What rules do I have to select?

I am using odoo 15.

Much appreciated!

Аватар
Отменить
Лучший ответ

Hi Razvan,

You can add corresponding domain for the many2one field.You have to show only those employees who are currently checked.Checked in and Checked out states are managed using a selection field attendance_state inside the employee model.So give the domain based on this field.

Eg :  

domain="[(attendance_state,'=','checked_in')]"

Regards 

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
февр. 25
30
1
февр. 25
1041
0
нояб. 24
1180
4
авг. 23
12276
1
мар. 23
4773