Problem fixed!
It seems that by changing this line, it works:
Object[] params = new Object[] { db, Integer.toString(userId), password,
"stock.inventory", "action_done", new Object[] { 1 } };
to
Object[] params = new Object[] { db, userId, password, "stock.inventory",
"action_done", new Object[] { 1 } };
Strange since it is working fine both ways with "action_cancel"
-------------------- m2f --------------------
--
http://www.openobject.com/forum/viewtopic.php?p=46777#46777
-------------------- m2f --------------------
_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users