diff --git a/ext/custom-addons/tz_routemaps/wizards/wizard_routemaps.py b/ext/custom-addons/tz_routemaps/wizards/wizard_routemaps.py index fbc54fcd..eb166757 100644 --- a/ext/custom-addons/tz_routemaps/wizards/wizard_routemaps.py +++ b/ext/custom-addons/tz_routemaps/wizards/wizard_routemaps.py @@ -29,7 +29,7 @@ class WizardRouteMaps(models.TransientModel): address += "/"+urllib.parse.quote(so.partner_shipping_id.street,safe='')+","+so.partner_shipping_id.zip+","+so.partner_shipping_id.city+","+so.partner_shipping_id.country_id.name gomaps_link = "https://www.google.at/maps/dir/"+home_address+address - print(gomaps_link) +# print(gomaps_link) # action = self.env.ref('sale.action_orders').read()[0] # action['domain'] = [('id', 'in', active_ids)] # return action