Files
Odoo-18.0-20251222/work_trace/__manifest__.py
tocmo0nlord 727e6ea096
Some checks failed
pre-commit / pre-commit (push) Has been cancelled
tests / Detect unreleased dependencies (push) Has been cancelled
tests / test with OCB (push) Has been cancelled
tests / test with Odoo (push) Has been cancelled
Fix: remove fetchmail dependency (not yet installed)
2026-03-13 22:52:09 +00:00

28 lines
827 B
Python

{
'name': 'WorkTrace',
'version': '18.0.1.0.0',
'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',
'views/wt_location_log_views.xml',
'views/wt_menu_views.xml',
],
'installable': True,
'application': True,
'auto_install': False,
}