← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 728578] Re: Problems get KLM file in module google_earth

 

Hello Nicola,

"Google_earth" is part of the extra-addons, which are maintained by the
community, including all the modules created by "OpenERP" or "Tiny", as
none of these are actively developed by our teams anymore.

So if you or anyone from the community would like to work on it, please
mark the bug as "In progress" and assign it to yourself (or ask us or
anyone from OpenERP Drivers to do it for you).

I hope you understand, and perhaps this explanation will be helpful to
you if you start fixing this extra-addon...

Thank you!

** Changed in: openobject-addons
       Status: New => Won't Fix

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/728578

Title:
  Problems get KLM file in module google_earth

Status in OpenERP Modules (addons):
  Won't Fix

Bug description:
  Hi my request is about to insert an error management in "Partner representation", near line 231 in google_earth.py file (see below). I have a long list of partner and wizard, with not "well format" address, still goes in error. I think it's better, for ex: generate a second file raising problematic address (in the wizard), but permit to the client the opening of a "not fully" KLM file instead of an error :)
  so:
              try:
                  if data['address'] in geocode_dict:
                      coordinates = geocode_dict[data['address']]
                  else:
                      coordinates = geocode(self, data['address'])
                      geocode_dict[data['address']] = coordinates
                  etree.SubElement(kml_point, 'coordinates').text = coordinates
              except:  
                  # TODO adding address and partner ref. in a file (output with the klm at end of wizard)
                  continue  # without raise!

  
  Thanks



References