Se rendre au contenu
Menu
Cette question a été signalée
1748 Vues

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
Ignorer
Publications associées Réponses Vues Activité
0
déc. 24
1093
1
août 24
1719
0
juil. 23
1314
1
mars 23
1858
3
mars 25
2152