Phase 1: Add menu views
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

This commit is contained in:
2026-03-13 22:33:03 +00:00
parent a6473957f2
commit 83c6be73e4

View File

@@ -0,0 +1,22 @@
<?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"/>
</odoo>