Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
4069 Vizualizări

I am new to openERP and facing issues with HR module.

I have developed mobile application for openERP in Android. Now when I create new leave request, I am getting mail but when I approve or reject any request, I am not getting mail.

I have configured the openERP server for leave_validate as well as leave_refuse. Thats why I got mail when I approve/reject request from server but I am having issue with my app only..

Here is a code to approve a leave request :

    objectParams.add(db_name);
    objectParams.add(user_id);
    objectParams.add(pwd);
    objectParams.add("hr.holidays");
    objectParams.add("holidays_validate");
    objectParams.add(new Integer[]{(Integer) leave_id});

    Object result = client.callEx("execute", objectParams.toArray());

Please help me to sort out this problem. what am I missing..???

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
4
aug. 16
6498
0
iun. 24
1412
4
apr. 24
16587
1
mar. 24
2573
1
feb. 24
3057