84 lines
2.5 KiB
XML
84 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright 2026 Nexa Systems Inc.
|
|
License OPL-1 (Odoo Proprietary License v1.0)
|
|
Part of the Fusion Plating product family.
|
|
-->
|
|
<odoo>
|
|
|
|
<!-- ===== ROOT APP MENU ===== -->
|
|
<menuitem id="menu_fp_root"
|
|
name="Plating"
|
|
sequence="46"
|
|
web_icon="fusion_plating,static/description/icon.png"
|
|
groups="group_fusion_plating_operator"/>
|
|
|
|
<!-- ===== OPERATIONS ===== -->
|
|
<menuitem id="menu_fp_operations"
|
|
name="Operations"
|
|
parent="menu_fp_root"
|
|
sequence="18"/>
|
|
|
|
<menuitem id="menu_fp_process_recipes"
|
|
name="Process Recipes"
|
|
parent="menu_fp_operations"
|
|
action="action_fp_process_recipe"
|
|
sequence="5"/>
|
|
|
|
<menuitem id="menu_fp_baths"
|
|
name="Baths"
|
|
parent="menu_fp_operations"
|
|
action="action_fp_bath"
|
|
sequence="10"/>
|
|
|
|
<menuitem id="menu_fp_bath_logs"
|
|
name="Chemistry Logs"
|
|
parent="menu_fp_operations"
|
|
action="action_fp_bath_log"
|
|
sequence="20"/>
|
|
|
|
<menuitem id="menu_fp_tanks"
|
|
name="Tanks"
|
|
parent="menu_fp_operations"
|
|
action="action_fp_tank"
|
|
sequence="30"/>
|
|
|
|
<!-- ===== CONFIGURATION ===== -->
|
|
<menuitem id="menu_fp_config"
|
|
name="Configuration"
|
|
parent="menu_fp_root"
|
|
sequence="90"
|
|
groups="group_fusion_plating_manager"/>
|
|
|
|
<menuitem id="menu_fp_facilities"
|
|
name="Facilities"
|
|
parent="menu_fp_config"
|
|
action="action_fp_facility"
|
|
sequence="10"/>
|
|
|
|
<menuitem id="menu_fp_work_centers"
|
|
name="Work Centers"
|
|
parent="menu_fp_config"
|
|
action="action_fp_work_center"
|
|
sequence="20"/>
|
|
|
|
<menuitem id="menu_fp_process_categories"
|
|
name="Process Categories"
|
|
parent="menu_fp_config"
|
|
action="action_fp_process_category"
|
|
sequence="30"/>
|
|
|
|
<menuitem id="menu_fp_process_types"
|
|
name="Process Types"
|
|
parent="menu_fp_config"
|
|
action="action_fp_process_type"
|
|
sequence="40"/>
|
|
|
|
<menuitem id="menu_fp_bath_parameters"
|
|
name="Bath Parameters"
|
|
parent="menu_fp_config"
|
|
action="action_fp_bath_parameter"
|
|
sequence="50"/>
|
|
|
|
</odoo>
|