Files
gsinghpal bc7c771f20 chore(menu): promote Specifications + clarify misleading menu names
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>
2026-05-15 08:05:19 -04:00

72 lines
2.4 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>
<!-- Phase 1 — re-parented under Plating → Compliance hub. -->
<menuitem id="menu_fp_safety_root"
name="Safety / WHMIS"
parent="fusion_plating.menu_fp_compliance_hub"
sequence="20"
groups="fusion_plating.group_fusion_plating_operator"/>
<menuitem id="menu_fp_safety_sds"
name="SDS Library"
parent="menu_fp_safety_root"
action="action_fp_sds"
sequence="10"/>
<menuitem id="menu_fp_safety_training"
name="Training Records"
parent="menu_fp_safety_root"
action="action_fp_training_record"
sequence="20"/>
<menuitem id="menu_fp_safety_exposure"
name="Exposure Monitoring"
parent="menu_fp_safety_root"
action="action_fp_exposure_monitoring"
sequence="30"/>
<menuitem id="menu_fp_safety_jhsc"
name="H&amp;S Committee (JHSC)"
parent="menu_fp_safety_root"
action="action_fp_jhsc"
sequence="40"/>
<menuitem id="menu_fp_safety_jhsc_meetings"
name="H&amp;S Committee Meetings"
parent="menu_fp_safety_root"
action="action_fp_jhsc_meeting"
sequence="45"/>
<menuitem id="menu_fp_safety_incidents"
name="Incident Register"
parent="menu_fp_safety_root"
action="action_fp_incident"
sequence="50"/>
<menuitem id="menu_fp_safety_ppe"
name="PPE Issuance"
parent="menu_fp_safety_root"
action="action_fp_ppe_issuance"
sequence="60"/>
<!-- Phase 2 — Training Types → Workforce; Chemicals → Materials & Tanks -->
<menuitem id="menu_fp_safety_training_types"
name="Training Types"
parent="fusion_plating.menu_fp_config_workforce"
action="action_fp_training_type"
sequence="30"/>
<menuitem id="menu_fp_safety_chemicals"
name="Chemicals"
parent="fusion_plating.menu_fp_config_materials_tanks"
action="action_fp_chemical"
sequence="40"/>
</odoo>