diff --git a/work_trace/views/wt_location_log_views.xml b/work_trace/views/wt_location_log_views.xml index 1de85bac..7c2c4c41 100644 --- a/work_trace/views/wt_location_log_views.xml +++ b/work_trace/views/wt_location_log_views.xml @@ -1,6 +1,26 @@ + + + Geocode Next 20 Addresses + + + list,form + code + action = records.env['wt.location.log'].action_geocode_all_pending() + + + + + Recompute Distances + + + list,form + code + records.action_compute_distances() + + wt.location.log.list @@ -66,20 +86,20 @@ - + wt.location.log.search wt.location.log - + - + @@ -97,4 +117,4 @@ - + \ No newline at end of file