oca-ocb-crm/odoo-bringout-oca-ocb-crm_livechat/crm_livechat/views/crm_lead_views.xml
Ernad Husremovic 7221b9ac46 19.0 vanilla
2026-03-09 09:30:53 +01:00

15 lines
774 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="crm_lead_view_form" model="ir.ui.view">
<field name="name">crm.lead.view.form.inherit.crm.livechat</field>
<field name="model">crm.lead</field>
<field name="inherit_id" ref="crm.crm_lead_view_form"/>
<field name="arch" type="xml">
<xpath expr="//button[@name='action_schedule_meeting']" position="after">
<button name="action_open_livechat" type="object" class="oe_stat_button" icon="fa-comments" invisible="not origin_channel_id" groups="sales_team.group_sale_salesman">
<div class="o_stat_info"><span class="o_stat_text">View chat</span></div>
</button>
</xpath>
</field>
</record>
</odoo>