Initial commit: Mail packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:51 +02:00
commit 4e53507711
1948 changed files with 751201 additions and 0 deletions

View file

@ -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>