-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error al postear #15
Comments
Este error lo tira desde la ventana de producto las fotos las sube bien a ML Traceback (most recent call last): |
@guzzi235 solucionaste el error?, tengo el mismo problema. saludos |
Hola, pudieron solucionar ese error? para la version 8.0. gracias |
Hola tuve que desinstalar porque no lo pude solucionar.
2018-04-04 17:44 GMT-03:00 Guillermo M <notifications@github.com>:
… Hola, pudieron solucionar ese error? para la version 8.0. gracias
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ANMlhXu0s_lAY2sLiiMggkw7dQBY2Gqsks5tlTCQgaJpZM4PSjtT>
.
|
Instalados en ODOO 8 ubuntu server en produccion 14.04
Este error lo tira desde ventas>mercadolibre>postings
Si alguien me orienta un poco le agradesco!!!!
Traceback (most recent call last):
File "/opt/odoo/openerp/http.py", line 544, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/odoo/openerp/http.py", line 581, in dispatch
result = self._call_function(**self.params)
File "/opt/odoo/openerp/http.py", line 317, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/opt/odoo/openerp/service/model.py", line 118, in wrapper
return f(dbname, *args, **kwargs)
File "/opt/odoo/openerp/http.py", line 314, in checked_call
return self.endpoint(*a, **kw)
File "/opt/odoo/openerp/http.py", line 810, in call
return self.method(*args, **kw)
File "/opt/odoo/openerp/http.py", line 410, in response_wrap
response = f(*args, **kw)
File "/opt/odoo/addons/web/controllers/main.py", line 944, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/opt/odoo/addons/web/controllers/main.py", line 936, in _call_kw
return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
File "/opt/odoo/openerp/api.py", line 268, in wrapper
return old_api(self, *args, **kwargs)
File "/opt/odoo/openerp/models.py", line 3144, in read
result = BaseModel.read(records, fields, load=load)
File "/opt/odoo/openerp/api.py", line 266, in wrapper
return new_api(self, *args, **kwargs)
File "/opt/odoo/openerp/models.py", line 3179, in read
self._read_from_database(stored, inherited)
File "/opt/odoo/openerp/api.py", line 266, in wrapper
return new_api(self, *args, **kwargs)
File "/opt/odoo/openerp/models.py", line 3366, in _read_from_database
res2 = self._columns[f].get(cr, self._model, ids, f, user, context=context, values=result)
File "/opt/odoo/openerp/osv/fields.py", line 1460, in get
result = self._fnct(obj, cr, uid, ids, name, self._arg, context)
File "/opt/odoo/sources/extras/meli_oerp/posting.py", line 70, in posting_update
self.posting_query_questions( cr, uid, ids[0] )
File "/opt/odoo/openerp/api.py", line 268, in wrapper
return old_api(self, *args, **kwargs)
File "/opt/odoo/sources/extras/meli_oerp/posting.py", line 99, in posting_query_questions
response = meli.get("/items/"+posting.meli_id, {'access_token':meli.access_token})
TypeError: cannot concatenate 'str' and 'bool' objects
The text was updated successfully, but these errors were encountered: