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.

23 lines
791 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Copyright (C) 2013 Invitu (http://www.invitu.com)
  4. The licence is in the file __openerp__.py
  5. -->
  6. <openerp>
  7. <data>
  8. <!-- Add button on the "Open Calling partner" wizard -->
  9. <record id="add_open_registrations_button" model="ir.ui.view">
  10. <field name="name">asterisk_click2dial_registration.add_open_registrations_button</field>
  11. <field name="model">wizard.open.calling.partner</field>
  12. <field name="inherit_id" ref="asterisk_click2dial.view_open_calling_partner"/>
  13. <field name="arch" type="xml">
  14. <group name="partner_found" position="inside">
  15. <button name="open_registrations" string="Open Related Registrations" type="object" icon="gtk-go-forward" />
  16. </group>
  17. </field>
  18. </record>
  19. </data>
  20. </openerp>