Odoo18-Base/addons/l10n_uk/__manifest__.py

33 lines
1.1 KiB
Python
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
# 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/master/applications/finance/fiscal_localizations/united_kingdom.html',
'depends': [
'account',
'base_iban',
'base_vat',
],
'auto_install': ['account'],
'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',
}