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.

33 lines
1.1 KiB

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