Paste empty row crashes
The on_paste
method is expecting a reader:
ERROR:tryton.common.common: File "/home/ced/Projects/tryton/tryton/tryton/gui/window/view_form/view/list.py", line 952, in <lambda>
paste_item.connect('activate', lambda x: self.on_paste())
^^^^^^^^^^^^^^^
File "/home/ced/Projects/tryton/tryton/tryton/gui/window/view_form/view/list.py", line 795, in on_paste
for line in reader:
^^^^^^
TypeError: 'NoneType' object is not iterable