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.
24 lines
872 B
24 lines
872 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2012-2013 Akretion (http://www.akretion.com)
|
|
@author: Alexis de Lattre <alexis.delattre@akretion.com>
|
|
The licence is in the file __openerp__.py
|
|
-->
|
|
|
|
<openerp>
|
|
<data>
|
|
|
|
<!-- Add button on the "Get partner from incoming phone call view" -->
|
|
<record id="asterisk_click2dial_crm_open_calling_partner_view" model="ir.ui.view">
|
|
<field name="name">asterisk_click2dial_crm.open_calling_partner.view</field>
|
|
<field name="model">wizard.open.calling.partner</field>
|
|
<field name="inherit_id" ref="asterisk_click2dial.view_open_calling_partner"/>
|
|
<field name="arch" type="xml">
|
|
<group name="partner_found" position="inside">
|
|
<button name="create_incoming_phonecall" string="Create Call in CRM" type="object" icon="gtk-new" />
|
|
</group>
|
|
</field>
|
|
</record>
|
|
|
|
</data>
|
|
</openerp>
|