31 lines
966 B
Python
31 lines
966 B
Python
{
|
|
'name': 'WorkTrace',
|
|
'version': '18.0.1.0.2',
|
|
'category': 'Productivity',
|
|
'summary': 'Daily work journal: location tracking, expenses, receipts, and timecards',
|
|
'description': '''
|
|
WorkTrace consolidates daily field work activities into a unified Odoo calendar.
|
|
Tracks location history, travel distances, credit card expenses, receipts, and timecards.
|
|
Designed for future integration with Autotask PSA.
|
|
''',
|
|
'author': 'tocmo0nlord',
|
|
'license': 'LGPL-3',
|
|
'depends': [
|
|
'base',
|
|
'calendar',
|
|
'hr_expense',
|
|
'mail',
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'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,
|
|
}
|