Skip to Content
Menú
This question has been flagged
3008 Vistes

Hello guys how to filter hr.employee by work_location_id using external API in php

"work_location_id":[1,"First Branch"]

I want to show all employees under the work_location_id 1

$id = $_GET['id'];

$models->execute_kw($db, $uid, $password, 'hr.employee', 'search_read', array(array(array('work_location_id', '=', $id))));

thanks in advance!..

 

Avatar
Descartar
Related Posts Respostes Vistes Activitat
0
de des. 24
2230
1
d’ag. 24
2942
0
de jul. 23
2486
1
de març 23
2961
3
de març 25
3559