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

18 lines
543 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Lithuania - SAF-T Import",
'countries': ['lt'],
"summary": "Import Accounting Data from SAF-T files",
"description": """
Module for the import of SAF-T files for Lithuania, useful for importing accounting history.
Adds specificities for the Lithuanian SAF-T
""",
"category": "Accounting/Localizations",
"depends": ["account_saft_import", "l10n_lt"],
'license': 'OEEL-1',
'auto_install': True,
}