Odoo18-Base/addons/l10n_uk/__manifest__.py
2025-03-10 10:52:11 +07:00

32 lines
1.1 KiB
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'United Kingdom - Accounting',
'icon': '/account/static/description/l10n.png',
'countries': ['gb'],
'version': '1.1',
'category': 'Accounting/Localizations/Account Charts',
'description': """
This is the latest UK Odoo localisation necessary to run Odoo accounting for UK SME's with:
=================================================================================================
- a CT600-ready chart of accounts
- VAT100-ready tax structure
- InfoLogic UK counties listing
- a few other adaptations""",
'author': 'SmartMode LTD',
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations/united_kingdom.html',
'depends': [
'account',
'base_iban',
'base_vat',
],
'data': [
'data/l10n_uk_chart_data.xml',
'data/account_tax_report_data.xml',
],
'demo': [
'demo/l10n_uk_demo.xml',
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}