Import csv with GTK client
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Server (MOVED TO GITHUB) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
With a french user, I tried to import users via csv file and I've got this issue :
Traceback (most recent call last):
File "/home/
result = LocalService(
File "/home/
return getattr(self, method)(*params)
File "/home/
res = service.execute(db, uid, object, method, *args)
File "/home/
return f(self, dbname, *args, **kwargs)
File "/home/
res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/
noupdate=
File "/home/
res_id = model_obj.
File "/home/
self.
File "/home/
if act[0] == 0:
TypeError: 'int' object is unsubscriptable
Please find a csv file on attachment.
Related branches
Changed in openobject-server: | |
status: | New → Confirmed |
Fixed in trunk - <email address hidden>