How I was able to get this to work was by declaring a context var and adding it as the sixth arg to service.execute:: context = {'active_test': False} service.execute(cr,uid, model_object, method, tuplelist, context=context)
Gerry _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
