Odoo18-Base/addons/l10n_nz/__manifest__.py

36 lines
1.0 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': 'New Zealand - Accounting',
'icon': '/account/static/description/l10n.png',
'countries': ['nz'],
'version': '1.1',
'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/master/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',
}