1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/appointment_hr_recruitment/__manifest__.py
2024-12-10 09:04:09 +07:00

25 lines
701 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Recruitment tracking on appointments",
'version': "1.0",
'category': 'Services/Appointment',
'summary': "Keep track of recruitment appointments",
'description': """
Keeps track of all appointments related to applicants.
""",
'depends': ['appointment', 'hr_recruitment'],
'auto_install': True,
'license': 'OEEL-1',
'assets': {
'web.assets_tests': [
'appointment_hr_recruitment/static/tests/tours/**/*',
],
},
'demo': [
'data/appointment_hr_recruitment_demo.xml',
'data/mail_template_demo.xml',
],
}