Passa al contenuto
Menu
La domanda è stata contrassegnata
1445 Visualizzazioni

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
dic 24
794
1
ago 24
1381
0
lug 23
1072
1
mar 23
1519
3
mar 25
1729