To diagnose the problem properly I suggest you: - activate debugging on the client. If there's a problem calling that method it will show there. - Add a debug statement (just "print 'hello' ") on the first line of your method and see if the execution of the programm reaches there.
I have noticed with on_change methods that if somethins is wrong (number of parameters) no error will be displayed except on the client log... Regards, Pedro _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
