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.

35 lines
1.1 KiB

10 years ago
10 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2014-2018 Akretion France
  3. # @author: Alexis de Lattre <alexis.delattre@akretion.com>
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': 'Event Phone',
  7. 'version': '12.0.1.0.0',
  8. 'category': 'Phone',
  9. 'license': 'AGPL-3',
  10. 'summary': 'Validate phone numbers in Events',
  11. 'description': """
  12. Event Phone
  13. ===========
  14. This module validate phone numbers in the Event module, just like the
  15. *base_phone* module valide phone numbers in the Partner form. Please refer to
  16. the description of the *base_phone* module for more information.
  17. This module is independant from the Asterisk connector.
  18. Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com>
  19. for any help or question about this module.
  20. """,
  21. 'author': "Akretion,Odoo Community Association (OCA)",
  22. 'website': 'http://www.akretion.com/',
  23. 'depends': ['base_phone', 'event'],
  24. 'data': [
  25. 'security/ir.model.access.csv',
  26. 'views/hr_registration.xml',
  27. ],
  28. 'installable': True,
  29. 'auto_install': True,
  30. }