Hi, I'm trying to import a pricelist with 79699 lines, I already splitted it into 3 chunks of 32000 lines the first one, 30000 the second one the remaining the 3rd one. prepared all the fields with necessary headers and values, and now I get this error:
Traceback (most recent call last): File "/home/fbs/Documents/Tiny/Apps/4.2.2/tinyerp-server-4.2.2/bin/netsvc.py", line 200, in _dispatch r=m(*params) File "/home/fbs/Documents/Tiny/Apps/4.2.2/tinyerp-server-4.2.2/bin/service/web_services.py", line 366, in execute File "/home/fbs/Documents/Tiny/Apps/4.2.2/tinyerp-server-4.2.2/bin/osv/osv.py", line 111, in execute File "/home/fbs/Documents/Tiny/Apps/4.2.2/tinyerp-server-4.2.2/bin/osv/osv.py", line 92, in execute_cr File "/home/fbs/Documents/Tiny/Apps/4.2.2/tinyerp-server-4.2.2/bin/osv/orm.py", line 805, in import_data UnboundLocalError: local variable 'warning' referenced before assignment Any ideas what this could be ? Rgds Saxa _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
