Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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/
- Traceback (most recent call last):
- File "/usr/lib/python2.7/dist-packages/trytond/protocols/dispatcher.py", line 160, in _dispatch
- result = rpc.result(meth(*c_args, **c_kwargs))
- File "/usr/lib/python2.7/dist-packages/trytond/model/modelsql.py", line 773, in read
- getter_results = field.get(ids, cls, field_list, values=result)
- File "/usr/lib/python2.7/dist-packages/trytond/model/fields/function.py", line 91, in get
- return dict((name, call(name)) for name in names)
- File "/usr/lib/python2.7/dist-packages/trytond/model/fields/function.py", line 91, in <genexpr>
- return dict((name, call(name)) for name in names)
- File "/usr/lib/python2.7/dist-packages/trytond/model/fields/function.py", line 85, in call
- return dict((r.id, method(r, name)) for r in records)
- File "/usr/lib/python2.7/dist-packages/trytond/model/fields/function.py", line 85, in <genexpr>
- return dict((r.id, method(r, name)) for r in records)
- File "/usr/lib/python2.7/dist-packages/trytond/model/fields/field.py", line 90, in wrapper
- return func(self, *args, **kwargs)
- File "/usr/lib/python2.7/dist-packages/trytond/modules/google_maps/address.py", line 28, in on_change_with_google_maps_url
- return 'http://maps.google.com/maps?hl=%s&q=%s' % \
- File "/usr/lib/python2.7/urllib.py", line 1294, in quote
- return ''.join(map(quoter, s))
- KeyError: u'\xd1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement