Commit Graph

  • d1ea26dba1 fix: remove numbercall (Odoo 18 removed it), use cron_name 18.0 tocmo0nlord 2026-03-14 08:28:14 +00:00
  • 845365d5b0 feat: add access for date range wizard tocmo0nlord 2026-03-14 08:26:30 +00:00
  • a72d9f8c1b feat: bump version, add date range wizard to manifest tocmo0nlord 2026-03-14 08:26:14 +00:00
  • 69194f81eb feat: add Date Range menu item tocmo0nlord 2026-03-14 08:26:13 +00:00
  • d826665de5 feat: register date range wizard tocmo0nlord 2026-03-14 08:25:34 +00:00
  • 59eda16782 feat: add date range wizard view tocmo0nlord 2026-03-14 08:25:34 +00:00
  • 71805569ab feat: add date range wizard (travel) tocmo0nlord 2026-03-14 08:25:13 +00:00
  • 599ad94d2a feat: add date range wizard (travel) tocmo0nlord 2026-03-14 08:24:57 +00:00
  • f719a668d6 chore: add 18.0.1.0.2 migration package init tocmo0nlord 2026-03-14 06:26:09 +00:00
  • fb5d950733 chore: add migrations package init tocmo0nlord 2026-03-14 06:26:09 +00:00
  • 2406fc9aa8 feat: add travel mode and category quick-filter buttons to search view tocmo0nlord 2026-03-14 05:28:14 +00:00
  • 1ccc83a64e fix: detect flights via stop-to-stop speed (catches gaps with no activity segment) tocmo0nlord 2026-03-14 05:16:31 +00:00
  • 67449c3047 fix: require >= 30 min duration for flying classification tocmo0nlord 2026-03-14 05:08:16 +00:00
  • fa177e0342 fix: require 50+ mile distance to classify activity segment as flying (avoids GPS drift false positives) tocmo0nlord 2026-03-14 05:05:12 +00:00
  • 1b796b6ba4 fix: detect flights from activity segment coords; fix category for UNKNOWN/ALIASED_LOCATION tocmo0nlord 2026-03-14 04:03:23 +00:00
  • 334a1a0f88 feat: use 'flying' mode for speeds >150mph, keep 'transit' for rail tocmo0nlord 2026-03-14 03:26:08 +00:00
  • cc8bd4ef00 feat: add 'flying' travel mode to selection tocmo0nlord 2026-03-14 03:25:24 +00:00
  • 988d26df4e fix: infer travel_mode from timelinePath speed when activity type is UNKNOWN tocmo0nlord 2026-03-14 03:14:13 +00:00
  • 7c65a34fce fix: extract travel_mode from activity segments preceding each visit in semanticSegments tocmo0nlord 2026-03-14 02:59:53 +00:00
  • aa714a8fd6 feat: load geocoding cron in manifest (v18.0.1.0.1) tocmo0nlord 2026-03-14 02:58:22 +00:00
  • 2b678ff1be feat: add background geocoding cron job (20 records every 2 minutes) tocmo0nlord 2026-03-14 02:58:09 +00:00
  • 82309f80fb feat: add Geocode Next 20 and Recompute Distances server actions to list view tocmo0nlord 2026-03-14 02:45:33 +00:00
  • 5bcd8a5548 fix: batch geocoding (max 20/call) to prevent worker timeout, add action_geocode_all_pending tocmo0nlord 2026-03-14 02:44:41 +00:00
  • d242700b88 fix: default geocode to False, add help text about batch geocoding tocmo0nlord 2026-03-14 02:43:54 +00:00
  • 34f6345486 Add server file path import mode to bypass upload size limits tocmo0nlord 2026-03-14 02:24:14 +00:00
  • a49fbbede7 Add server file path option to bypass upload size limits tocmo0nlord 2026-03-14 02:23:24 +00:00
  • 37b3540eb8 Major update: support Timeline.json semanticSegments with auto-detection tocmo0nlord 2026-03-14 02:11:21 +00:00
  • b57b2e75ab Update search view: dynamic field-based filters only, no hardcoded values tocmo0nlord 2026-03-14 00:31:28 +00:00
  • 7351c558ce Update wizard: populate category from activity type, add cycling mode tocmo0nlord 2026-03-14 00:29:47 +00:00
  • 0019199ed8 Update views: Category, Name, Address, Begin/End Time, Duration, Distance tocmo0nlord 2026-03-14 00:29:47 +00:00
  • 80ae631d9c Update model: add category field matching extension fields tocmo0nlord 2026-03-14 00:29:47 +00:00
  • bed328abbc Update wizard view: add proximity_meters field tocmo0nlord 2026-03-14 00:02:55 +00:00
  • 84657dde00 Rewrite parser: use proximity clustering instead of speed-based detection tocmo0nlord 2026-03-14 00:02:55 +00:00
  • aa11316dc6 Update wizard view: remove date filters, add info message tocmo0nlord 2026-03-13 23:49:50 +00:00
  • 86e13bab51 Update wizard: remove date filters, add duplicate detection tocmo0nlord 2026-03-13 23:49:49 +00:00
  • 5043ae7cc6 Fix: grant full access to timeline wizard for all users tocmo0nlord 2026-03-13 23:48:09 +00:00
  • ab2efe4e3a Fix: add access rule for timeline wizard tocmo0nlord 2026-03-13 23:40:19 +00:00
  • 86cb6945c2 Fix: import wizards package in __init__.py tocmo0nlord 2026-03-13 23:38:51 +00:00
  • 343bc95e6a Fix: remove wizard from security CSV, TransientModels dont need access rules tocmo0nlord 2026-03-13 23:34:34 +00:00
  • 49b462628e Phase 1: Add wizard security rule tocmo0nlord 2026-03-13 23:27:41 +00:00
  • ab9ba5a15c Phase 1: Add import menu item tocmo0nlord 2026-03-13 23:27:40 +00:00
  • 6410802bb5 Phase 1: Update manifest with wizard tocmo0nlord 2026-03-13 23:27:40 +00:00
  • 4d2c9f3021 Phase 1: Update wizards __init__.py tocmo0nlord 2026-03-13 23:27:40 +00:00
  • 26248113b7 Phase 1: Add timeline import wizard view tocmo0nlord 2026-03-13 23:27:39 +00:00
  • 4a811f8666 Phase 1: Add Google Timeline import wizard tocmo0nlord 2026-03-13 23:27:08 +00:00
  • 727e6ea096 Fix: remove fetchmail dependency (not yet installed) tocmo0nlord 2026-03-13 22:52:09 +00:00
  • 0d2bf1177c Phase 1: Add security rules tocmo0nlord 2026-03-13 22:33:04 +00:00
  • 83c6be73e4 Phase 1: Add menu views tocmo0nlord 2026-03-13 22:33:03 +00:00
  • a6473957f2 Phase 1: Add location log views tocmo0nlord 2026-03-13 22:33:03 +00:00
  • 3d15443c46 Phase 1: Add WtLocationLog model tocmo0nlord 2026-03-13 22:32:23 +00:00
  • 776b70bcce Phase 1: Add __manifest__.py tocmo0nlord 2026-03-13 22:31:56 +00:00
  • 9b3abfa5df Phase 1: Add static directory tocmo0nlord 2026-03-13 22:31:28 +00:00
  • d61ca8bc2a Phase 1: Add data directory tocmo0nlord 2026-03-13 22:31:27 +00:00
  • 738c3c4f8f Phase 1: Add security directory tocmo0nlord 2026-03-13 22:31:27 +00:00
  • 555e01380b Phase 1: Add views directory tocmo0nlord 2026-03-13 22:31:27 +00:00
  • 63d9ba40ed Phase 1: Add wizards __init__.py tocmo0nlord 2026-03-13 22:31:26 +00:00
  • d3722033be Phase 1: Add models __init__.py tocmo0nlord 2026-03-13 22:31:26 +00:00
  • 7e7d2831cf Phase 1: Add module __init__.py tocmo0nlord 2026-03-13 22:31:26 +00:00
  • 400df898e3 Remove map view - data only for location tracking tocmo0nlord 2026-03-13 22:20:37 +00:00
  • 44be28c087 Add WorkTrace module specification tocmo0nlord 2026-03-13 21:49:50 +00:00
  • adbe430761 Initial commit: Odoo 18.0-20251222 extra-addons tocmo0nlord 2026-03-13 20:43:25 +00:00
  • 36e847a7df Translated using Weblate (Turkish) Betül Öğmen 2025-10-06 14:49:44 +00:00
  • af82e958ba Translated using Weblate (Italian) mymage 2025-10-06 06:30:11 +00:00
  • 3a98428cc6 Translated using Weblate (French) Rémi 2025-10-05 07:38:38 +00:00
  • 680b57e1da Translated using Weblate (French) Rémi 2025-10-05 07:41:18 +00:00
  • f26ab89375 Translated using Weblate (French) Rémi 2025-10-05 07:36:06 +00:00
  • 5dd00952af Update translation files Weblate 2025-10-02 19:40:43 +00:00
  • 01387000d1 [BOT] post-merge updates OCA-git-bot 2025-10-02 19:40:34 +00:00
  • 6473793dcc [UPD] Update account_financial_report.pot oca-ci 2025-10-02 19:37:22 +00:00
  • a6fe73a2e3 Merge PR #1396 into 18.0 OCA-git-bot 2025-10-02 19:34:31 +00:00
  • e14373d995 [IMP] account_financial_report: Open items groupy by salesman Carolina Fernandez 2024-05-22 13:38:05 +02:00
  • c81cfc0f98 Translated using Weblate (Arabic) Rachid Al Assir 2025-09-30 18:02:09 +00:00
  • da695940a3 Translated using Weblate (Arabic) Rachid Al Assir 2025-09-30 16:17:57 +00:00
  • 0847c2e561 Translated using Weblate (Swedish) jakobkrabbe 2025-09-19 06:39:16 +00:00
  • 4c53984534 [BOT] post-merge updates OCA-git-bot 2025-09-15 13:37:44 +00:00
  • 421aff976e Merge PR #1387 into 18.0 OCA-git-bot 2025-09-15 13:33:49 +00:00
  • 47a66bb5f2 [FIX] account_financial_report: correctly sum amount_currency in read_group for trial balance On Odoo18 if you group:sum by amount_currency, if you don't put currency_id in the group field the amount_currency is removed by read_group function on account addon micheledic 2025-09-12 14:52:11 +02:00
  • 51b207773d [BOT] post-merge updates OCA-git-bot 2025-09-11 10:24:27 +00:00
  • 074a2a22cf Merge PR #1327 into 18.0 OCA-git-bot 2025-09-11 10:21:17 +00:00
  • 8535b91884 [FIX] account_financial_report: fix for "group_id" is not searchable It happens because on 18.0 the group_id is not stored so the one2many account_ids is not working micheledic 2025-06-03 10:43:11 +02:00
  • ddde4e789c [BOT] post-merge updates OCA-git-bot 2025-09-10 10:47:51 +00:00
  • deca3e02a8 Merge PR #1334 into 18.0 OCA-git-bot 2025-09-10 10:44:35 +00:00
  • eddc12b16f Translated using Weblate (Italian) mymage 2025-09-08 08:02:47 +00:00
  • 39ad108e3f Translated using Weblate (Italian) mymage 2025-09-08 08:01:52 +00:00
  • 75f4ea6335 Update translation files Weblate 2025-09-05 11:46:17 +00:00
  • 8e6eecd0ef [BOT] post-merge updates OCA-git-bot 2025-09-05 11:46:08 +00:00
  • 099cf9cb24 [UPD] Update account_tax_balance.pot oca-ci 2025-09-05 11:42:57 +00:00
  • 35ed353f65 Merge PR #1385 into 18.0 OCA-git-bot 2025-09-05 11:40:05 +00:00
  • 4aa4eedb68 [IMP] account_tax_balance: optional hide for financial_type in tree view Joan Sisquella 2025-06-26 09:37:28 +02:00
  • 4c36a52fc2 Update translation files Weblate 2025-09-04 17:51:52 +00:00
  • 45927fd143 [BOT] post-merge updates OCA-git-bot 2025-09-04 17:51:44 +00:00
  • 375291752c [UPD] Update mis_template_financial_report.pot oca-ci 2025-09-04 17:48:31 +00:00
  • a0b45d14a6 Merge PR #1381 into 18.0 OCA-git-bot 2025-09-04 17:45:47 +00:00
  • f1f645358e [IMP] mis_template_financial_report: unallocated earnings Julien Guenat 2025-09-01 12:45:31 +02:00
  • 18e94d7bca [REF] mis_template_financial_report: reorder kpi for readability Julien Guenat 2025-09-01 12:42:39 +02:00
  • 638f4d422d Translated using Weblate (Turkish) Tamer Sezgin 2025-08-29 14:13:12 +00:00
  • 74393b9ca7 [BOT] post-merge updates OCA-git-bot 2025-08-22 06:49:18 +00:00
  • 8fed2f3bc3 [UPD] Update mis_template_financial_report.pot oca-ci 2025-08-22 06:46:05 +00:00
  • 8b5bf741dd Merge PR #1340 into 18.0 OCA-git-bot 2025-08-22 06:43:04 +00:00
  • b6ef35ac17 [BOT] post-merge updates OCA-git-bot 2025-08-14 12:31:43 +00:00