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

23 lines
704 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Documents - Swiss Payroll',
'icon': '/account/static/description/l10n.png',
'countries': ['ch'],
'version': '1.0',
'category': 'Human Resources/Payroll',
'summary': 'Store individual accounts in Documents application',
'description': """
Employees' individual account forms are automatically integrated to the Document app.
""",
'website': ' ',
'depends': ['documents_hr_payroll', 'l10n_ch_hr_payroll'],
'data': [
'views/l10n_ch_individual_account_views.xml',
],
'installable': True,
'auto_install': True,
'license': 'OEEL-1',
}