Files
Odoo-Modules/fusion_plating/fusion_plating_cgp/views/fp_menu.xml
gsinghpal 8c76a16366 chore(plating): de-dash shipped code + intake-neutral customer emails
Replace em-dashes and en-dashes with hyphens across 789 shipped source
files (py/xml/js/scss) so the delivered module reads as human-written;
em-dashes had become a recognizable AI-generated tell. Internal .md dev
notes are excluded. The WO-sticker mojibake strippers keep their dash
search targets (now written — / –). No logic changes: comments
and display strings only; validated with py_compile + lxml parse.

Rewrite the 7 customer notification emails to be intake-neutral
(ship-in / drop-off / pickup) and repair-aware, and fix the Shipped
email documents line (packing slip vs bill of lading; certificate only
when issued). Subjects use a hyphen separator.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-05 00:16:19 -04:00

66 lines
2.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>
<!-- Phase 1 - re-parented under Plating → Compliance hub. -->
<!-- Phase D (perms v2) - QM-only under compliance hub. -->
<menuitem id="menu_fp_cgp"
name="Controlled Goods (CGP)"
parent="fusion_plating.menu_fp_compliance_hub"
sequence="50"
groups="fusion_plating.group_fp_quality_manager"/>
<menuitem id="menu_fp_cgp_registration"
name="Registration"
parent="menu_fp_cgp"
action="action_fp_cgp_registration"
sequence="10"/>
<menuitem id="menu_fp_cgp_ai"
name="Authorized Individuals"
parent="menu_fp_cgp"
action="action_fp_cgp_ai"
sequence="20"/>
<menuitem id="menu_fp_cgp_psa"
name="Personnel Security Assessments"
parent="menu_fp_cgp"
action="action_fp_cgp_psa"
sequence="30"/>
<menuitem id="menu_fp_cgp_visitor"
name="Visitors"
parent="menu_fp_cgp"
action="action_fp_cgp_visitor"
sequence="40"/>
<menuitem id="menu_fp_cgp_controlled_good"
name="Controlled Goods"
parent="menu_fp_cgp"
action="action_fp_cgp_controlled_good"
sequence="50"/>
<menuitem id="menu_fp_cgp_receipt_shipment"
name="Receipts &amp; Shipments"
parent="menu_fp_cgp"
action="action_fp_cgp_receipt_shipment"
sequence="60"/>
<menuitem id="menu_fp_cgp_security_incident"
name="Security Incidents"
parent="menu_fp_cgp"
action="action_fp_cgp_security_incident"
sequence="70"/>
<menuitem id="menu_fp_cgp_access_log"
name="Access Log"
parent="menu_fp_cgp"
action="action_fp_cgp_access_log"
sequence="80"/>
</odoo>