Reorganization of the sales line: bug in gtk client?

Hi,

Tryton server version: 5.0.0
Tryton client version: 5.0.1
Python version: 3.5.3

When a try to move a sale line in sale in GTK Client, have the following error:

  File "/home/ccr/Documents/Adiczion/technique/.virtualenvs/Tryton-5.0/lib/python3.5/site-packages/tryton/gui/window/view_form/view/list.py", line 788, in drag_data_received
    data = json.loads(selection_data)
  File "/usr/lib/python3.5/json/__init__.py", line 312, in loads
    s.__class__.__name__))

Do I have to open a bug?


Regards.

I got the same error when moving (drag and drop) items in a category tree. But didn’t explore it further.

I can not reproduce but I’m using python 3.7

It is always better to open a bug (but searching for existing before) than asking if you should.

Opened Issue 7833: Error with drag and drop to reorder on category tree view. - Tryton issue tracker.

I asked the question here before to check if this pb was not already known or if it was not a bug but a bad configuration / use, but OK it’s noted.

Thanks fmorato for opening bug :slight_smile: