33 lines
868 B
Python
33 lines
868 B
Python
{
|
|
'name': "Latvia - Accounting",
|
|
'version': '1.0.0',
|
|
'icon': '/account/static/description/l10n.png',
|
|
'countries': ['lv'],
|
|
'description': """
|
|
Chart of Accounts (COA) Template for Latvia's Accounting.
|
|
This module also includes:
|
|
* Tax groups,
|
|
* Most common Latvian Taxes,
|
|
* Fiscal positions,
|
|
* Latvian bank list.
|
|
|
|
author is Allegro IT (visit for more information https://www.allegro.lv)
|
|
co-author is Chick.Farm (visit for more information https://www.myacc.cloud)
|
|
""",
|
|
'license': 'LGPL-3',
|
|
'author': "Allegro IT, Chick.Farm",
|
|
'website': "https://allegro.lv",
|
|
'category': 'Accounting/Localizations/Account Charts',
|
|
'depends': [
|
|
'account',
|
|
'base_vat',
|
|
],
|
|
'auto_install': ['account'],
|
|
'data': [
|
|
'data/account_tax_report_data.xml',
|
|
],
|
|
'demo': [
|
|
'demo/demo_company.xml',
|
|
],
|
|
}
|