c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #26039
[Bug 733387] Re: UnpicklingError: Global and instance pickles are not supported
Hi,
I have the same issue with account.voucher. Click on menu Customer
Payment, click New to create. Then click on Tree View, this error will
occur.
===
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/openerp-server/service/netrpc_server.py", line 69, in run
msg = ts.myreceive()
File "/usr/local/lib/python2.6/dist-packages/openerp-server/tiny_socket.py", line 88, in myreceive
res = unpickler.load()
UnpicklingError: Global and instance pickles are not supported.
===
Thanks,
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/733387
Title:
UnpicklingError: Global and instance pickles are not supported
Status in OpenERP Web Client:
Confirmed
Bug description:
in object account.voucher, every time onchange_price() is called, this
traceback pops up several times per call:
Traceback (most recent call last):
File "/home/mpattaro/openerp/openerp-server-6.0.1-rev3341/bin/service/netrpc_server.py", line 69, in run
msg = ts.myreceive()
File "/home/mpattaro/openerp/openerp-server-6.0.1-rev3341/bin/tiny_socket.py", line 88, in myreceive
res = unpickler.load()
UnpicklingError: Global and instance pickles are not supported.
This is not happening with GTK.
I'm using version 6.0.1
Regards
Marco
References