From a72d9f8c1b2864681b0a8bdc955a8013159cd89d Mon Sep 17 00:00:00 2001 From: tocmo0nlord Date: Sat, 14 Mar 2026 08:26:14 +0000 Subject: [PATCH] feat: bump version, add date range wizard to manifest --- work_trace/__manifest__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/work_trace/__manifest__.py b/work_trace/__manifest__.py index 3f5704a6..baff75d7 100644 --- a/work_trace/__manifest__.py +++ b/work_trace/__manifest__.py @@ -1,6 +1,6 @@ { 'name': 'WorkTrace', - 'version': '18.0.1.0.1', + 'version': '18.0.1.0.2', 'category': 'Productivity', 'summary': 'Daily work journal: location tracking, expenses, receipts, and timecards', 'description': ''' @@ -21,9 +21,10 @@ 'data/wt_geocode_cron.xml', 'views/wt_location_log_views.xml', 'views/wt_import_timeline_wizard_views.xml', + 'wizards/wt_date_range_wizard_views.xml', 'views/wt_menu_views.xml', ], 'installable': True, 'application': True, 'auto_install': False, -} \ No newline at end of file +}