Hi everyone, I've an issue with a view when I press a buttom. This is what I'm doing.
We've been creating a payroll module for our own. We developed a payroll buttom to generate a previews of the payroll and another buttom to built the payroll. All the calculations are doing fine, but when I press the buttom to built the payroll the view on the web throws and exception. <type> Python 2.5.2: /usr/bin/python Thu Dec 17 09:07:48 2009 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/lib/python2.5/site-packages/CherryPy-3.1.2-py2.5.egg/cherrypy/_cprequest.py in respond(self=<cherrypy>, path_info='/form/edit') 604 if self.handler: 605 self.stage = 'handler' 606 cherrypy.response.body = self.handler() 607 608 self.stage = 'before_finalize' global cherrypy = <module>, cherrypy.response = <cherrypy>, cherrypy.response.body = [], self = <cherrypy>, self.handler = <cherrypy> could someone tell me what could it be, or howto change it please. Thank's in advance -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=48355#48355 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
