mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-24 12:42:08 +02:00
19.0 vanilla
This commit is contained in:
parent
5df8c07b59
commit
daa394e8b0
2114 changed files with 564841 additions and 299642 deletions
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="view_partner_form" model="ir.ui.view">
|
||||
<field name="name">res.partner.view.buttons</field>
|
||||
<field name="model">res.partner</field>
|
||||
<field name="inherit_id" ref="base.view_partner_form" />
|
||||
<field name="priority" eval="20"/>
|
||||
<field name="arch" type="xml">
|
||||
<div name="button_box" position="inside">
|
||||
<button
|
||||
groups="im_livechat.im_livechat_group_user"
|
||||
class="oe_stat_button"
|
||||
type="object"
|
||||
name="action_view_livechat_sessions"
|
||||
invisible="not livechat_channel_count"
|
||||
icon="fa-comments"
|
||||
title="Live Chat History"
|
||||
>
|
||||
<field string="Live Chat" name="livechat_channel_count" widget="statinfo"/>
|
||||
</button>
|
||||
</div>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue