diff --git a/hr_attendance_geolocation/models/hr_attendance.py b/hr_attendance_geolocation/models/hr_attendance.py index 50320dfc..f5a54c0d 100644 --- a/hr_attendance_geolocation/models/hr_attendance.py +++ b/hr_attendance_geolocation/models/hr_attendance.py @@ -29,7 +29,7 @@ def _get_raw_value_from_geolocation(self, dd): m = int((dd - d) * 60) s = (dd - d - m / 60) * 3600.00 z = round(s, 2) - return "%sº %s' %s'" % (abs(d), abs(m), abs(z)) + return "%sº %s' %s\"" % (abs(d), abs(m), abs(z)) def _get_latitude_raw_value(self, dd): return "%s %s" % (