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>
55 lines
1.8 KiB
XML
55 lines
1.8 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_nuclear"
|
|
name="Nuclear (CSA N299 / CNSC)"
|
|
parent="fusion_plating.menu_fp_compliance_hub"
|
|
sequence="40"
|
|
groups="fusion_plating.group_fp_quality_manager"/>
|
|
|
|
<menuitem id="menu_fp_nuclear_program"
|
|
name="N299 Programs"
|
|
parent="menu_fp_nuclear"
|
|
action="action_fp_nuclear_program"
|
|
sequence="10"/>
|
|
|
|
<menuitem id="menu_fp_nuclear_itp"
|
|
name="Inspection & Test Plans"
|
|
parent="menu_fp_nuclear"
|
|
action="action_fp_nuclear_itp"
|
|
sequence="20"/>
|
|
|
|
<menuitem id="menu_fp_nuclear_10cfr21"
|
|
name="10 CFR 21 Reports"
|
|
parent="menu_fp_nuclear"
|
|
action="action_fp_10cfr21_report"
|
|
sequence="30"/>
|
|
|
|
<menuitem id="menu_fp_nuclear_pedigree"
|
|
name="Pedigree Records"
|
|
parent="menu_fp_nuclear"
|
|
action="action_fp_nuclear_pedigree"
|
|
sequence="40"/>
|
|
|
|
<menuitem id="menu_fp_nuclear_cnsc_licence"
|
|
name="CNSC Licences"
|
|
parent="menu_fp_nuclear"
|
|
action="action_fp_cnsc_licence"
|
|
sequence="50"/>
|
|
|
|
<!-- ===== CONFIGURATION ENTRIES (under the existing Configuration submenu) ===== -->
|
|
<menuitem id="menu_fp_config_n299_level"
|
|
name="N299 Levels"
|
|
parent="fusion_plating.menu_fp_config_quality_docs"
|
|
action="action_fp_n299_level"
|
|
sequence="60"/>
|
|
|
|
</odoo>
|