You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
636 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_queue_job_form_inherit_voicent" model="ir.ui.view">
<field name="name">queue.job.form.inherit.voicent</field>
<field name="model">queue.job</field>
<field name="inherit_id" ref="queue_job.view_queue_job_form"/>
<field name="arch" type="xml">
<xpath expr="//group[1]" position="after">
<group string="Connector Voicent">
<field name="call_line_id"/>
<field name="voicent_campaign"/>
</group>
</xpath>
</field>
</record>
</odoo>