Error when load by VAT in Group Assignation Wizard
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
school-openerp-module |
Fix Committed
|
High
|
Pereerro |
Bug Description
Sometimes, when add a list of VATs in this wizard appears this error:
Client Traceback (most recent call last):
File "/opt/openerp/
response[
File "/opt/openerp/
action = self.call_
File "/opt/openerp/
return self._call_kw(req, model, method, args, {})
File "/opt/openerp/
return getattr(
File "/opt/openerp/
args, kw)
File "/opt/openerp/
result = self.connector.
File "/opt/openerp/
raise xmlrpclib.
Server Traceback (most recent call last):
File "/opt/openerp/
return openerp.
File "/opt/openerp/
result = ExportService.
File "/opt/openerp/
res = fn(db, uid, *params)
File "/opt/openerp/
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/opt/openerp/
return f(self, dbname, *args, **kwargs)
File "/opt/openerp/
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/opt/openerp/
return getattr(object, method)(cr, uid, *args, **kw)
File "/opt/openerp/
[('
TypeError: can only concatenate list (not "str") to list
Related branches
Changed in school-base-openerp-module: | |
status: | New → Incomplete |
status: | Incomplete → Fix Committed |