Advertisement
Guest User

Untitled

a guest
Dec 21st, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. Wed Dec 21 15:46:53 2016] ERROR:trytond.protocols.dispatcher:<class 'trytond.pool.party.address'>.read(*([1], [u'city', u'send_invoice', u'subdivision', u'name', u'zip', u'sequence', u'country', u'delivery', u'street', u'google_maps_url', u'invoice', u'active', u'party', u'id', u'subdivision.rec_name', u'country.rec_name', u'party.rec_name', u'rec_name', u'_timestamp'], {u'date_format': u'%d/%m/%Y', u'language': u'es', u'locale': {u'date': u'%d/%m/%Y', u'thousands_sep': u'.', u'decimal_point': u',', u'grouping': [3, 3, 0]}, u'company': None, '_check_access': True, u'groups': [11, 12, 17, 16, 20, 10, 9, 1, 21, 32, 25, 26, 7, 5, 8, 2, 19, 4, 6, 23, 24, 3, 28, 27, 31, 29, 30, 33, 22, 14, 13, 15, 18], u'employee': None, u'language_direction': u'ltr'}), **{}) from [email protected]//radiadoresv2/
  2. Traceback (most recent call last):
  3. File "/usr/lib/python2.7/dist-packages/trytond/protocols/dispatcher.py", line 160, in _dispatch
  4. result = rpc.result(meth(*c_args, **c_kwargs))
  5. File "/usr/lib/python2.7/dist-packages/trytond/model/modelsql.py", line 773, in read
  6. getter_results = field.get(ids, cls, field_list, values=result)
  7. File "/usr/lib/python2.7/dist-packages/trytond/model/fields/function.py", line 91, in get
  8. return dict((name, call(name)) for name in names)
  9. File "/usr/lib/python2.7/dist-packages/trytond/model/fields/function.py", line 91, in <genexpr>
  10. return dict((name, call(name)) for name in names)
  11. File "/usr/lib/python2.7/dist-packages/trytond/model/fields/function.py", line 85, in call
  12. return dict((r.id, method(r, name)) for r in records)
  13. File "/usr/lib/python2.7/dist-packages/trytond/model/fields/function.py", line 85, in <genexpr>
  14. return dict((r.id, method(r, name)) for r in records)
  15. File "/usr/lib/python2.7/dist-packages/trytond/model/fields/field.py", line 90, in wrapper
  16. return func(self, *args, **kwargs)
  17. File "/usr/lib/python2.7/dist-packages/trytond/modules/google_maps/address.py", line 28, in on_change_with_google_maps_url
  18. return 'http://maps.google.com/maps?hl=%s&q=%s' % \
  19. File "/usr/lib/python2.7/urllib.py", line 1294, in quote
  20. return ''.join(map(quoter, s))
  21. KeyError: u'\xd1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement