forked from Mapan/odoo17e
18 lines
543 B
Python
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,
|
|
}
|