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

30 lines
909 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Documents - HR',
'version': '1.0',
'category': 'Productivity/Documents',
'summary': 'Access documents from the employee profile',
'description': """
Easily access your documents from your employee profile.
""",
'website': ' ',
'depends': ['documents', 'hr'],
'data': [
'data/documents_folder_data.xml',
'data/documents_facet_data.xml',
'data/documents_tag_data.xml',
'data/res_company_data.xml',
'data/mail_template_data.xml',
'data/ir_actions_server_data.xml',
'views/res_config_settings_views.xml',
'views/hr_employee_views.xml',
'views/res_users_views.xml',
'wizard/hr_departure_wizard_views.xml',
],
'installable': True,
'auto_install': True,
'license': 'OEEL-1',
}