Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
4019 Zobrazení

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..???

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
4
srp 16
6467
0
čvn 24
1369
4
dub 24
16545
1
bře 24
2518
1
úno 24
2980