mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 12:11:59 +02:00
31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!-- Copyright 2023 CreuBlanca
|
|
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
|
|
<odoo>
|
|
|
|
<record model="ir.ui.view" id="view_partner_form">
|
|
<field name="name">res.partner.form (in mgmtsystem_evaluation)</field>
|
|
<field name="model">res.partner</field>
|
|
<field name="inherit_id" ref="base.view_partner_form" />
|
|
<field name="arch" type="xml">
|
|
<div name="button_box" position="inside">
|
|
<button
|
|
class="oe_stat_button"
|
|
type="action"
|
|
name="%(mgmtsystem_evaluation.mgmtsystem_evaluation_related_act_window)s"
|
|
icon="fa-check-circle"
|
|
>
|
|
<field
|
|
string="Evaluations"
|
|
name="mgmtsystem_evaluation_count"
|
|
widget="statinfo"
|
|
/>
|
|
<field name="mgmtsystem_evaluation_ids" invisible="1" />
|
|
</button>
|
|
</div>
|
|
</field>
|
|
</record>
|
|
|
|
|
|
|
|
</odoo>
|