mirror of
https://github.com/bringout/oca-ocb-crm.git
synced 2026-04-21 23:32:10 +02:00
19 lines
728 B
XML
19 lines
728 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo><data>
|
|
|
|
<record id="chatbot_script_step_view_form" model="ir.ui.view">
|
|
<field name="name">chatbot.script.step.view.form.inherit.crm.livechat</field>
|
|
<field name="model">chatbot.script.step</field>
|
|
<field name="inherit_id" ref="im_livechat.chatbot_script_step_view_form"/>
|
|
<field name="arch" type="xml">
|
|
<field name="step_type" position="after">
|
|
<field
|
|
name="crm_team_id"
|
|
invisible="step_type not in ['create_lead', 'create_lead_and_forward']"
|
|
options="{'no_open': True}"
|
|
/>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
|
|
</data></odoo>
|