Odoo18-Base/addons/l10n_lt/__manifest__.py
2025-01-06 10:57:38 +07:00

35 lines
934 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Lithuania - Accounting',
'icon': '/account/static/description/l10n.png',
'countries': ['lt'],
'version': '1.0.0',
'description': """
Chart of Accounts (COA) Template for Lithuania's Accounting.
This module also includes:
* List of available banks in Lithuania.
* Tax groups.
* Most common Lithuanian Taxes.
* Fiscal positions.
* Account Tags.
""",
'license': 'LGPL-3',
'author': 'Focusate',
'website': 'https://www.odoo.com/documentation/master/applications/finance/fiscal_localizations.html',
'category': 'Accounting/Localizations/Account Charts',
'depends': [
'account',
],
'auto_install': ['account'],
'data': [
'data/account_account_tag_data.xml',
'data/res_bank_data.xml',
],
'demo': [
'demo/demo_company.xml',
],
'installable': True,
}