tocmo0nlord
  • Joined on 2026-02-11
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-14 02:58:23 +00:00
aa714a8fd6 feat: load geocoding cron in manifest (v18.0.1.0.1)
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-14 02:58:10 +00:00
2b678ff1be feat: add background geocoding cron job (20 records every 2 minutes)
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-14 02:45:35 +00:00
82309f80fb feat: add Geocode Next 20 and Recompute Distances server actions to list view
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-14 02:44:43 +00:00
5bcd8a5548 fix: batch geocoding (max 20/call) to prevent worker timeout, add action_geocode_all_pending
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-14 02:43:56 +00:00
d242700b88 fix: default geocode to False, add help text about batch geocoding
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-14 02:24:15 +00:00
34f6345486 Add server file path import mode to bypass upload size limits
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-14 02:23:26 +00:00
a49fbbede7 Add server file path option to bypass upload size limits
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-14 02:11:22 +00:00
37b3540eb8 Major update: support Timeline.json semanticSegments with auto-detection
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-14 00:31:29 +00:00
b57b2e75ab Update search view: dynamic field-based filters only, no hardcoded values
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-14 00:29:49 +00:00
7351c558ce Update wizard: populate category from activity type, add cycling mode
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-14 00:29:48 +00:00
80ae631d9c Update model: add category field matching extension fields
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-14 00:29:48 +00:00
0019199ed8 Update views: Category, Name, Address, Begin/End Time, Duration, Distance
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-14 00:02:56 +00:00
84657dde00 Rewrite parser: use proximity clustering instead of speed-based detection
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-14 00:02:56 +00:00
bed328abbc Update wizard view: add proximity_meters field
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-13 23:49:51 +00:00
aa11316dc6 Update wizard view: remove date filters, add info message
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-13 23:49:50 +00:00
86e13bab51 Update wizard: remove date filters, add duplicate detection
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-13 23:48:09 +00:00
5043ae7cc6 Fix: grant full access to timeline wizard for all users
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-13 23:40:20 +00:00
ab2efe4e3a Fix: add access rule for timeline wizard
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-13 23:38:53 +00:00
86cb6945c2 Fix: import wizards package in __init__.py
tocmo0nlord pushed to 18.0 at tocmo0nlord/Odoo-18.0-20251222 2026-03-13 23:34:36 +00:00
343bc95e6a Fix: remove wizard from security CSV, TransientModels dont need access rules