Files
Odoo-18.0-20251222/work_trace/views/wt_menu_views.xml
tocmo0nlord ab9ba5a15c
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
Phase 1: Add import menu item
2026-03-13 23:27:40 +00:00

29 lines
723 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Root Menu -->
<menuitem id="wt_menu_root"
name="WorkTrace"
sequence="90"
web_icon="work_trace,static/description/icon.png"/>
<!-- Location Sub-menu -->
<menuitem id="wt_menu_location"
name="Location"
parent="wt_menu_root"
sequence="10"/>
<menuitem id="wt_menu_location_logs"
name="Location Logs"
parent="wt_menu_location"
action="wt_location_log_action"
sequence="10"/>
<menuitem id="wt_menu_location_import"
name="Import Google Timeline"
parent="wt_menu_location"
action="wt_import_timeline_wizard_action"
sequence="20"/>
</odoo>