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 +}