Like i want to show a single summary on all form view do not want to add multiple of time but i cant use t-call because it does not work in odoo form:
xml version="1.0" encoding="UTF-8"?>
id="template" xml:space="preserve">
t-name="EcSummaryBoardCustom">
class="p-3">
Hello World
id="ec_medical_first_consultation_form_view" model="ir.ui.view">
name="name">ec.first.consultation.form
name="model">ec.first.consultation
name="arch" type="xml">
string="First Consultation">
t-call="EcSummaryBoardCustom"/>