Ir al contenido
Menú
Se marcó esta pregunta
6766 Vistas

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
Publicaciones relacionadas Respuestas Vistas Actividad
0
dic 24
5760
1
ago 24
7059
0
jul 23
6191
1
mar 23
6623
0
sept 25
326