# -*- coding: utf-8 -*-
{
    'name': 'Time Sheet V2',
    'version': '17.0.1.2.0',
    'summary': 'Classic timesheet workspace with personal weekly planning dashboard',
    'description': """
Time Sheet V2 recreates the familiar Timesheet2 workflow inside Odoo:

* Personal weekly dashboard with client-linked to-dos and hour estimates
* Previous week recap — planned vs logged hours
* Admin team view of everyone's weekly plans
* My Timesheet list with date / user / client filters
* Office and personal target progress
    """,
    'author': 'JB',
    'category': 'Timesheets',
    'license': 'LGPL-3',
    'depends': [
        'jb_timesheet',
        'hr_timesheet',
        'project',
    ],
    'data': [
        'security/timesheet_v2_security.xml',
        'security/ir.model.access.csv',
        'views/account_analytic_line_views.xml',
        'views/timesheet_v2_dashboard_views.xml',
        'views/timesheet_v2_week_plan_views.xml',
        'views/timesheet2_import_views.xml',
        'views/menu_views.xml',
        'data/demo_data.xml',
    ],
    'assets': {
        'web.assets_backend': [
            'jb_timesheet_v2/static/src/scss/timesheet_v2.scss',
        ],
    },
    'installable': True,
    'application': True,
    'auto_install': False,
    'post_init_hook': 'post_init_hook',
}
