oca-ocb-l10n_asia-pacific/odoo-bringout-oca-ocb-l10n_hk/l10n_hk/__manifest__.py
Ernad Husremovic 7f43bbbfcc 19.0 vanilla
2026-03-09 09:31:21 +01:00

24 lines
819 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Hong Kong - Accounting',
'website': 'https://www.odoo.com/documentation/latest/applications/finance/fiscal_localizations/hong_kong.html',
'icon': '/account/static/description/l10n.png',
'countries': ['hk'],
'version': '1.0',
'category': 'Accounting/Localizations/Account Charts',
'description': ' This is the base module to manage chart of accounting and localization for Hong Kong ',
'depends': [
'account_qr_code_emv',
'account',
],
'auto_install': ['account'],
'data': [
'data/account_chart_template_data.xml',
'views/res_bank_views.xml',
],
'demo': [
'demo/demo_company.xml',
],
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}