24 lines
888 B
XML
24 lines
888 B
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>
|
|
|
|
<record id="view_fp_ncr_form_bridge_documents" model="ir.ui.view">
|
|
<field name="name">fp.ncr.form.bridge.documents</field>
|
|
<field name="model">fusion.plating.ncr</field>
|
|
<field name="inherit_id" ref="fusion_plating_quality.view_fp_ncr_form"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//div[@name='button_box']" position="inside">
|
|
<button name="action_view_documents" type="object"
|
|
class="oe_stat_button" icon="fa-folder-open">
|
|
<field name="x_fc_document_count" widget="statinfo" string="Documents"/>
|
|
</button>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
</odoo>
|