Comment 12 for bug 1077428

Revision history for this message
Sylvain Plante (sylvain-plante) wrote :

Muchos Gratia Carlos!
Thank you Steven!

I did not know that you could replace a precompile python module (.pyo) with a non compile one (.py)

Now, I have a problem that arise in the next step. When OpenERP try to produce the PDF I got no error message but the PDF file containt this message:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>500 Internal Server Error</title>
<h1>Internal Server Error</h1>
{"message": "OpenERP WebClient Error", "code": 300, "data": {"debug": "Client Traceback (most recent call last):\n File \"C:\\Program Files\\OpenERP 7.0alpha\\Server\\server\\openerp\\addons\\web\\http.py\", line 276, in dispatch\nTypeError: index() takes exactly 4 arguments (2 given)\n", "type": "client_exception"}}

Anybody encounter something similar?