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.
 
 
 
 
 

23 lines
633 B

# -*- coding: utf-8 -*-
# (c) 2016 credativ ltd. - Ondřej Kuzník
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
'name': 'Show phonecalls on HR Applicant',
'summary': 'Adds a phonecall log to HR Applicant',
'version': '9.0.1.0.0',
'category': 'Human Resources',
'author': 'credativ ltd., '
'Odoo Community Association (OCA)',
'license': 'AGPL-3',
'depends': [
'logcall',
'hr_recruitment_phone',
],
'data': [
'security/ir.model.access.csv',
'views/recruitment_view.xml',
],
'application': True,
'installable': True,
}