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.

17 lines
450 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. logcall module for Odoo/OpenERP
  4. Copyright (C) 2016 Trever L. Adams
  5. The licence is in the file __openerp__.py
  6. -->
  7. <openerp>
  8. <data noupdate="1">
  9. <!-- New group dedicated to the "Phone System Integration and Logging with Odoo" feature -->
  10. <record id="group_phone_system_integration" model="res.groups">
  11. <field name="name">Phone System Integration and Logging</field>
  12. </record>
  13. </data>
  14. </openerp>