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

35 lines
1 KiB
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'New Zealand - Accounting',
'icon': '/account/static/description/l10n.png',
'countries': ['nz'],
'version': '1.2',
'category': 'Accounting/Localizations/Account Charts',
'description': """
New Zealand Accounting Module
=============================
New Zealand accounting basic charts and localizations.
Also:
- activates a number of regional currencies.
- sets up New Zealand taxes.
""",
'author': 'Odoo S.A., Richard deMeester - Willow IT',
'website': 'https://www.odoo.com/documentation/latest/applications/finance/fiscal_localizations.html',
'depends': [
'account',
],
'auto_install': ['account'],
'data': [
'data/account_tax_report_data.xml',
'data/res_currency_data.xml',
'views/report_invoice.xml',
'views/res_company_views.xml',
'views/res_partner_views.xml',
],
'demo': [
'demo/demo_company.xml',
],
'license': 'LGPL-3',
}