From 82309f80fbc37489cb82c18a5017e2f2703e7a2b Mon Sep 17 00:00:00 2001 From: tocmo0nlord Date: Sat, 14 Mar 2026 02:45:33 +0000 Subject: [PATCH] feat: add Geocode Next 20 and Recompute Distances server actions to list view --- work_trace/views/wt_location_log_views.xml | 28 ++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) 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