mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-23 00:02:02 +02:00
Initial commit: Mail packages
This commit is contained in:
commit
4e53507711
1948 changed files with 751201 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="im_livechat.digest_digest_view_form_inherit" model="ir.ui.view">
|
||||
<field name="name">im.livechat.digest.digest.view.form.inherit</field>
|
||||
<field name="model">digest.digest</field>
|
||||
<field name="priority">80</field>
|
||||
<field name="inherit_id" ref="digest.digest_digest_view_form" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//group[@name='kpis']/group[last()]" position="before">
|
||||
<group name="kpi_im_livechat" string="Live Chat">
|
||||
<field name="kpi_livechat_rating"/>
|
||||
<field name="kpi_livechat_conversations"/>
|
||||
<field name="kpi_livechat_response"/>
|
||||
</group>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue