Skip to Content
Menu
This question has been flagged
1788 Prikazi

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
dec. 24
1124
1
avg. 24
1755
0
jul. 23
1347
1
mar. 23
1901
3
mar. 25
2186