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

24 lines
645 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Lithuania - Payroll with Accounting',
'countries': ['lt'],
'author': 'Odoo',
'version': '1.0',
'category': 'Human Resources',
'description': """
Accounting Data for Lithuania Payroll Rules
============================================
""",
'depends': ['hr_payroll_account', 'l10n_lt', 'l10n_lt_hr_payroll'],
'data': [
'data/account_chart_template_data.xml',
],
'demo': [
'data/l10n_lt_hr_payroll_account_demo.xml',
],
'license': 'OEEL-1',
'auto_install': True,
}