Skip to content

Commit

Permalink
Merge 9754f98 into 5f9ab2b
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed Feb 15, 2016
2 parents 5f9ab2b + 9754f98 commit dcf315d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n_nl_postcodeapi/models/res_partner.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def on_change_zip_street_number(
if not pc_info or not pc_info._data:
return {}
return {'value': {
'street_name': pc_info._data['street'],
'city': pc_info._data['town'],
'street_name': pc_info.street,
'city': pc_info.town,
'state_id': self.get_province(cr, uid, pc_info._province),
}}

Expand Down

0 comments on commit dcf315d

Please sign in to comment.