Specifications menu (urgent — workflow blocker for estimators): - Moved from Configuration → Quality & Documents (manager-only) up to Plating → Quality (sequence 70). Now visible to estimator, supervisor, and manager. - Renamed "Customer Specs" → "Specifications" — the seeded library includes industry standards (AMS, MIL, ASTM, BAC) not just customer-private specs. - Action display name updated: "Customer Specifications" → "Specifications". - Added action.help HTML so the empty-state placeholder explains the Specifications library purpose to first-time users. - Old xmlid (menu_fp_config_customer_spec) preserved so existing links / breadcrumbs / search references continue to resolve. Other clarifying renames: - Safety: "JHSC" / "JHSC Meetings" → "H&S Committee (JHSC)" / "H&S Committee Meetings" — acronym was opaque to non-Canadian H&S folks. - Operations: "Move Log" → "Parts & Rack Move Log" — generic name could be confused with chatter messages or stock moves. - Configuration → Recipes & Steps: "Workflow States" → "Job Workflow Stages" — generic name; clarifies these are job state milestones (passed-stage tracking), not generic workflow. - Compliance → General: child folder "Configuration" → "Reference Data" — three levels of "Configuration" nesting (Plating>Config vs Plating>Compliance>General>Config) was confusing. No model / data changes. Pure menu metadata. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
91 lines
3.1 KiB
XML
91 lines
3.1 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>
|
|
|
|
<!-- ===== QUALITY (parent submenu under the Plating app) ===== -->
|
|
<menuitem id="menu_fp_quality"
|
|
name="Quality"
|
|
parent="fusion_plating.menu_fp_root"
|
|
sequence="30"
|
|
groups="fusion_plating.group_fusion_plating_operator"/>
|
|
|
|
<menuitem id="menu_fp_quality_hold"
|
|
name="Quality Holds"
|
|
parent="menu_fp_quality"
|
|
action="action_fp_quality_hold"
|
|
sequence="5"/>
|
|
|
|
<menuitem id="menu_fp_quality_ncr"
|
|
name="NCRs"
|
|
parent="menu_fp_quality"
|
|
action="action_fp_ncr"
|
|
sequence="10"/>
|
|
|
|
<menuitem id="menu_fp_quality_capa"
|
|
name="CAPAs"
|
|
parent="menu_fp_quality"
|
|
action="action_fp_capa"
|
|
sequence="20"/>
|
|
|
|
<menuitem id="menu_fp_quality_rma"
|
|
name="RMAs"
|
|
parent="menu_fp_quality"
|
|
action="action_fp_rma"
|
|
sequence="25"/>
|
|
|
|
<menuitem id="menu_fp_quality_fair"
|
|
name="First Article Inspections"
|
|
parent="menu_fp_quality"
|
|
action="action_fp_fair"
|
|
sequence="30"/>
|
|
|
|
<menuitem id="menu_fp_quality_audit"
|
|
name="Internal Audits"
|
|
parent="menu_fp_quality"
|
|
action="action_fp_audit"
|
|
sequence="40"/>
|
|
|
|
<menuitem id="menu_fp_quality_doc_control"
|
|
name="Document Control"
|
|
parent="menu_fp_quality"
|
|
action="action_fp_doc_control"
|
|
sequence="50"/>
|
|
|
|
<!-- Phase 2 — calibration into Materials & Tanks; specs+AVL into Quality & Documents. -->
|
|
<menuitem id="menu_fp_config_cal_equipment"
|
|
name="Calibration Equipment"
|
|
parent="fusion_plating.menu_fp_config_materials_tanks"
|
|
action="action_fp_cal_equipment"
|
|
sequence="50"/>
|
|
|
|
<menuitem id="menu_fp_config_cal_event"
|
|
name="Calibration Events"
|
|
parent="fusion_plating.menu_fp_config_materials_tanks"
|
|
action="action_fp_cal_event"
|
|
sequence="60"/>
|
|
|
|
<!-- Promote-Customer-Spec (Phase F) — Specifications is now central
|
|
to order entry (estimators add new BAC / AMS / customer codes
|
|
when they hit them). Moved out of Configuration (manager-only)
|
|
into Quality where the workflow lives. Single menu, accessible
|
|
to estimator/supervisor/manager via the Quality top-level.
|
|
Old xmlid kept so links / breadcrumbs / search references
|
|
continue to resolve. -->
|
|
<menuitem id="menu_fp_config_customer_spec"
|
|
name="Specifications"
|
|
parent="menu_fp_quality"
|
|
action="action_fp_customer_spec"
|
|
sequence="70"/>
|
|
|
|
<menuitem id="menu_fp_config_avl"
|
|
name="Approved Vendor List"
|
|
parent="fusion_plating.menu_fp_config_quality_docs"
|
|
action="action_fp_avl"
|
|
sequence="20"/>
|
|
|
|
</odoo>
|