Files
Odoo-Modules/fusion-plating/fusion_plating_culture/data/fp_demo_culture_data.xml
gsinghpal be611876ad changes
2026-04-12 09:09:50 -04:00

73 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">
<!-- ========== VALUE SET ========== -->
<record id="demo_value_set_core" model="fusion.plating.value.set">
<field name="name">Core Values</field>
<field name="code">CORE</field>
<field name="is_primary" eval="True"/>
<field name="description" type="html"><p>The five core values that guide how we work, treat each other, and serve our customers every day on the shop floor.</p></field>
</record>
<!-- ========== VALUES ========== -->
<record id="demo_value_safety" model="fusion.plating.value">
<field name="name">Safety First</field>
<field name="number">1</field>
<field name="sequence">10</field>
<field name="set_id" ref="demo_value_set_core"/>
<field name="icon">fa-shield</field>
<field name="color">1</field>
<field name="description" type="html"><p>Nothing we do is worth getting hurt over. Every person goes home safe, every day. We stop work when something is unsafe and speak up without hesitation.</p></field>
<field name="examples" type="html"><p>A plater notices a leaking hose on the chrome line and immediately tags it out, even though it means pausing production for the shift.</p></field>
</record>
<record id="demo_value_quality" model="fusion.plating.value">
<field name="name">Quality Excellence</field>
<field name="number">2</field>
<field name="sequence">20</field>
<field name="set_id" ref="demo_value_set_core"/>
<field name="icon">fa-star</field>
<field name="color">2</field>
<field name="description" type="html"><p>We take pride in doing it right the first time. Our coatings protect critical parts — there is no room for "good enough." We own the spec, own the process, and own the result.</p></field>
<field name="examples" type="html"><p>An operator catches a thickness reading at the low end of spec and voluntarily re-plates the part rather than shipping borderline work.</p></field>
</record>
<record id="demo_value_teamwork" model="fusion.plating.value">
<field name="name">Teamwork</field>
<field name="number">3</field>
<field name="sequence">30</field>
<field name="set_id" ref="demo_value_set_core"/>
<field name="icon">fa-users</field>
<field name="color">3</field>
<field name="description" type="html"><p>We win together or not at all. No one succeeds alone on a plating line — every station depends on the one before it. We help each other, share knowledge, and celebrate wins as a team.</p></field>
<field name="examples" type="html"><p>The prep team stays late to help the EN line clear a rush order, even though it was not their line's work.</p></field>
</record>
<record id="demo_value_improvement" model="fusion.plating.value">
<field name="name">Continuous Improvement</field>
<field name="number">4</field>
<field name="sequence">40</field>
<field name="set_id" ref="demo_value_set_core"/>
<field name="icon">fa-line-chart</field>
<field name="color">4</field>
<field name="description" type="html"><p>Good enough today is not good enough tomorrow. We look for small, practical improvements every day — in our processes, our tools, and ourselves.</p></field>
<field name="examples" type="html"><p>A shift lead redesigns the rack loading sequence and cuts cycle time by 12% without any capital spend.</p></field>
</record>
<record id="demo_value_customer" model="fusion.plating.value">
<field name="name">Customer Focus</field>
<field name="number">5</field>
<field name="sequence">50</field>
<field name="set_id" ref="demo_value_set_core"/>
<field name="icon">fa-handshake-o</field>
<field name="color">5</field>
<field name="description" type="html"><p>Our customers trust us with their most critical parts. We honour that trust by delivering on time, communicating proactively, and treating every job like it matters — because it does.</p></field>
<field name="examples" type="html"><p>The shipping coordinator calls a customer two days before the due date to confirm the delivery window, preventing a costly production delay on their end.</p></field>
</record>
</odoo>