Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
3169 Visualizações

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
dez. 24
2384
1
ago. 24
3142
0
jul. 23
2630
1
mar. 23
3100
3
mar. 25
3786