# -*- coding: utf-8 -*-
{
    'name': 'JB Timesheets',
    'version': '17.0.1.0.0',
    'summary': 'Extended Timesheet Management for JB',
    'description': """
        JB Timesheets extends Project and Timesheets with:
        - EIT and Convergence API integrations
        - Billable tracking and invoicing workflows
        - Overrun email notifications
        - Weekly timesheet reminders
        - Office and personal target reporting
        - Ticket creation wizard
    """,
    'author': 'JB',
    'category': 'Timesheets',
    'license': 'LGPL-3',
    'depends': [
        'base',
        'mail',
        'hr',
        'project',
        'analytic',
        'hr_timesheet',
    ],
    'data': [
        # Security (load first)
        'security/jb_timesheet_security.xml',
        'security/ir.model.access.csv',
        # Data
        'data/ir_config_parameter.xml',
        'data/mail_templates.xml',
        'data/ir_cron.xml',
        # Views
        'views/res_partner_views.xml',
        'views/hr_employee_views.xml',
        'views/project_project_views.xml',
        'views/project_task_views.xml',
        'views/account_analytic_line_views.xml',
        'views/wizard_views.xml',
        # Reports (before menus — menus reference report actions)
        'report/report_templates.xml',
        'views/menu_views.xml',
    ],
    'assets': {
        'web.assets_backend': [],
    },
    'installable': True,
    'application': False,
    'auto_install': False,
}
