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.

15 lines
420 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. Base Phone module for Odoo/OpenERP
  4. Copyright (C) 2010-2014 Alexis de Lattre <alexis@via.ecp.fr>
  5. The licence is in the file __openerp__.py
  6. -->
  7. <odoo noupdate="1">
  8. <!-- New group dedicated to the "Get CallerID name from OpenERP" feature -->
  9. <record id="group_callerid" model="res.groups">
  10. <field name="name">Phone CallerID</field>
  11. </record>
  12. </odoo>