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.

24 lines
660 B

  1. # -*- coding: utf-8 -*-
  2. # (c) 2016 credativ ltd. - Ondřej Kuzník
  3. # (c) 2016 Trever L. Adams
  4. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  5. {
  6. 'name': 'Show phonecalls on HR Applicant',
  7. 'summary': 'Adds a phonecall log to HR Applicant',
  8. 'version': '9.0.1.0.0',
  9. 'category': 'Human Resources',
  10. 'author': 'credativ ltd., '
  11. 'Odoo Community Association (OCA)',
  12. 'license': 'AGPL-3',
  13. 'depends': [
  14. 'logcall',
  15. 'hr_recruitment_phone',
  16. ],
  17. 'data': [
  18. 'security/ir.model.access.csv',
  19. 'views/recruitment_view.xml',
  20. ],
  21. 'application': True,
  22. 'installable': True,
  23. }