mirror of
https://github.com/bringout/oca-ocb-crm.git
synced 2026-04-23 23:12:04 +02:00
19.0 vanilla
This commit is contained in:
parent
dc68f80d3f
commit
7221b9ac46
610 changed files with 135477 additions and 161677 deletions
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<odoo>
|
||||
<data>
|
||||
<record id="discuss_channel_view_form" model="ir.ui.view">
|
||||
<field name="name">discuss.channel.view.form.inherit.crm.livechat</field>
|
||||
<field name="model">discuss.channel</field>
|
||||
<field name="inherit_id" ref="mail.discuss_channel_view_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//page[@name='extra_info']/group" position="inside">
|
||||
<field name="has_crm_lead"/>
|
||||
<field name="lead_ids"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</data>
|
||||
</odoo>
|
||||
Loading…
Add table
Add a link
Reference in a new issue