folder rename
This commit is contained in:
@@ -0,0 +1,62 @@
|
||||
<?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>
|
||||
|
||||
<!--
|
||||
Extend the quality FAIR form with the AS9102 form attachments
|
||||
and customer-approval signature block. Added as a notebook page
|
||||
so the base layout is untouched.
|
||||
-->
|
||||
<record id="view_fp_fair_form_inherit_aerospace" model="ir.ui.view">
|
||||
<field name="name">fp.fair.form.inherit.aerospace</field>
|
||||
<field name="model">fusion.plating.fair</field>
|
||||
<field name="inherit_id" ref="fusion_plating_quality.view_fp_fair_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//notebook" position="inside">
|
||||
<page string="AS9102 Forms" name="as9102_forms">
|
||||
<group>
|
||||
<group string="Form 1 — Part Accountability">
|
||||
<field name="x_fc_as9102_form1"
|
||||
filename="x_fc_as9102_form1_filename"/>
|
||||
<field name="x_fc_as9102_form1_filename" invisible="1"/>
|
||||
</group>
|
||||
<group string="Form 2 — Product Accountability">
|
||||
<field name="x_fc_as9102_form2"
|
||||
filename="x_fc_as9102_form2_filename"/>
|
||||
<field name="x_fc_as9102_form2_filename" invisible="1"/>
|
||||
</group>
|
||||
</group>
|
||||
<group>
|
||||
<group string="Form 3 — Characteristic Accountability">
|
||||
<field name="x_fc_as9102_form3"
|
||||
filename="x_fc_as9102_form3_filename"/>
|
||||
<field name="x_fc_as9102_form3_filename" invisible="1"/>
|
||||
</group>
|
||||
<group string="Drawing & Customer Approval">
|
||||
<field name="x_fc_drawing_revision"/>
|
||||
<field name="x_fc_customer_approval_id"/>
|
||||
<field name="x_fc_customer_approval_date"/>
|
||||
</group>
|
||||
</group>
|
||||
</page>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
<!-- Drawing revision column on the list for quick scanning. -->
|
||||
<record id="view_fp_fair_list_inherit_aerospace" model="ir.ui.view">
|
||||
<field name="name">fp.fair.list.inherit.aerospace</field>
|
||||
<field name="model">fusion.plating.fair</field>
|
||||
<field name="inherit_id" ref="fusion_plating_quality.view_fp_fair_list"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='part_revision']" position="after">
|
||||
<field name="x_fc_drawing_revision" string="Dwg Rev" optional="show"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user