<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <data>

        <menuitem
            id="menu_timesheet_v2_root"
            name="Time Sheet V2"
            sequence="85"
            groups="jb_timesheet.group_timesheet_user"
            web_icon="jb_timesheet_v2,static/description/icon.png"/>

        <menuitem
            id="menu_timesheet_v2_dashboard"
            name="My Dashboard"
            parent="menu_timesheet_v2_root"
            action="action_timesheet_v2_my_dashboard_server"
            sequence="5"/>

        <menuitem
            id="menu_timesheet_v2_my"
            name="My Timesheet"
            parent="menu_timesheet_v2_root"
            action="action_timesheet_v2_my_timesheet"
            sequence="10"/>

        <menuitem
            id="menu_timesheet_v2_team_plans"
            name="Team Weekly Plans"
            parent="menu_timesheet_v2_root"
            action="action_timesheet_v2_team_plans"
            sequence="15"
            groups="jb_timesheet.group_timesheet_manager"/>

        <menuitem
            id="menu_timesheet_v2_overview"
            name="Overview"
            parent="menu_timesheet_v2_root"
            action="action_timesheet_v2_overview_server"
            sequence="20"/>

        <menuitem
            id="menu_timesheet_v2_reports"
            name="Reports"
            parent="menu_timesheet_v2_root"
            sequence="30"/>

        <menuitem
            id="menu_timesheet_v2_report_my_target"
            name="My Target"
            parent="menu_timesheet_v2_reports"
            action="jb_timesheet.action_report_my_target"
            sequence="10"/>

        <menuitem
            id="menu_timesheet_v2_report_office"
            name="Office Target"
            parent="menu_timesheet_v2_reports"
            action="jb_timesheet.action_report_office_target"
            sequence="20"
            groups="jb_timesheet.group_timesheet_manager"/>

    </data>
</odoo>
