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.

31 lines
1012 B

10 years ago
10 years ago
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2014-2016 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': 'HR Phone',
  7. 'version': '12.0.1.0.0',
  8. 'category': 'Phone',
  9. 'license': 'AGPL-3',
  10. 'summary': 'Validate phone numbers in HR',
  11. 'description': """
  12. HR Phone
  13. ========
  14. This module validate phone numbers in the HR module, just like the *base_phone*
  15. module valide phone numbers in the Partner form. Please refer to the
  16. 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', 'hr'],
  24. 'data': ['security/ir.model.access.csv'],
  25. 'installable': True,
  26. 'auto_install': True,
  27. }