63 lines
4.4 KiB
XML
63 lines
4.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright 2026 Nexa Systems Inc. — DEMO DATA (temporary)
|
|
Remove this file and its manifest entry before production release.
|
|
-->
|
|
<odoo noupdate="1">
|
|
|
|
<!-- ========== NUCLEAR QUALITY PROGRAM ========== -->
|
|
<record id="demo_nuclear_program" model="fusion.plating.nuclear.program">
|
|
<field name="name">Fusion Plating Main — CSA N299 Level 1 Program</field>
|
|
<field name="facility_id" ref="fusion_plating.demo_facility_main"/>
|
|
<field name="n299_level_id" ref="fusion_plating_nuclear.n299_l1"/>
|
|
<field name="nqa1_applicable" eval="True"/>
|
|
<field name="cnsc_licensed_supplier" eval="True"/>
|
|
<field name="program_manual_rev">Rev D — 2025-09-15</field>
|
|
<field name="last_audit_date" eval="(DateTime.today() - timedelta(days=120)).strftime('%Y-%m-%d')"/>
|
|
<field name="next_audit_date" eval="(DateTime.today() + timedelta(days=245)).strftime('%Y-%m-%d')"/>
|
|
<field name="state">active</field>
|
|
<field name="notes" type="html"><p>Primary nuclear quality program covering OPG and Bruce Power plating work. NQA-1 awareness maintained for potential US utility contracts. Last customer audit by OPG — zero findings.</p></field>
|
|
</record>
|
|
|
|
<!-- ========== NUCLEAR ITPs ========== -->
|
|
<record id="demo_nuclear_itp_001" model="fusion.plating.nuclear.itp">
|
|
<field name="name">ITP-NUC-2026-001</field>
|
|
<field name="customer_id" ref="fusion_plating.demo_partner_aeroparts"/>
|
|
<field name="part_number">P/N 9920-A</field>
|
|
<field name="drawing_ref">DWG-NUC-9920-A Rev 3</field>
|
|
<field name="n299_level_id" ref="fusion_plating_nuclear.n299_l1"/>
|
|
<field name="state">approved</field>
|
|
<field name="customer_approval_date" eval="(DateTime.today() - timedelta(days=45)).strftime('%Y-%m-%d')"/>
|
|
<field name="hold_points" type="html"><p><strong>HP-1:</strong> Pre-plate dimensional verification — customer witness required.<br/><strong>HP-2:</strong> Post-plate thickness measurement — customer hold point, work stops until released.<br/><strong>WP-1:</strong> Bath chemistry verification — customer may witness.</p></field>
|
|
<field name="test_methods" type="html"><p>Thickness: XRF per ASTM B568. Adhesion: bend test per ASTM B571. Porosity: ferroxyl test per ASTM B733. Hardness: microhardness per ASTM E384.</p></field>
|
|
<field name="acceptance_criteria" type="html"><p>EN deposit 0.0010" +/- 0.0002". Hardness 48-52 HRC after heat treat. Zero porosity on ferroxyl. 100% adhesion on bend test.</p></field>
|
|
</record>
|
|
|
|
<record id="demo_nuclear_itp_002" model="fusion.plating.nuclear.itp">
|
|
<field name="name">ITP-NUC-2026-002</field>
|
|
<field name="customer_id" ref="fusion_plating.demo_partner_aeroparts"/>
|
|
<field name="part_number">P/N 8815-B</field>
|
|
<field name="drawing_ref">DWG-NUC-8815-B Rev 1</field>
|
|
<field name="n299_level_id" ref="fusion_plating_nuclear.n299_l2"/>
|
|
<field name="state">draft</field>
|
|
<field name="hold_points" type="html"><p><strong>HP-1:</strong> Pre-plate surface preparation verification.<br/><strong>RP-1:</strong> Post-plate records review by customer QA.</p></field>
|
|
<field name="test_methods" type="html"><p>Thickness: magnetic gauge per ASTM B499. Adhesion: tape test per ASTM D3359.</p></field>
|
|
</record>
|
|
|
|
<!-- ========== NUCLEAR PEDIGREE ========== -->
|
|
<record id="demo_nuclear_pedigree_001" model="fusion.plating.nuclear.pedigree">
|
|
<field name="name">NUC-PED-2026-001</field>
|
|
<field name="part_number">P/N 9920-A</field>
|
|
<field name="lot_serial">LOT-NUC-44219</field>
|
|
<field name="customer_id" ref="fusion_plating.demo_partner_aeroparts"/>
|
|
<field name="n299_level_id" ref="fusion_plating_nuclear.n299_l1"/>
|
|
<field name="raw_material_cert_refs">CMTR-8821, CMTR-8822</field>
|
|
<field name="raw_material_heat_no">HT-20250712-A</field>
|
|
<field name="chemistry_cert_refs">CHEM-2026-0091, CHEM-2026-0092</field>
|
|
<field name="ship_date" eval="(DateTime.today() - timedelta(days=10)).strftime('%Y-%m-%d')"/>
|
|
<field name="locked" eval="True"/>
|
|
<field name="test_results" type="html"><p>Thickness: 0.0011" (spec 0.0010" +/- 0.0002") — PASS.<br/>Hardness: 50 HRC (spec 48-52 HRC) — PASS.<br/>Adhesion: No separation on bend test — PASS.<br/>Porosity: No indication on ferroxyl — PASS.</p></field>
|
|
</record>
|
|
|
|
</odoo>
|