35 lines
1.1 KiB
Python
35 lines
1.1 KiB
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
|
|
|
|
# Copyright (C) 2015 Willow IT Pty Ltd (<http://www.willowit.com.au>).
|
|
|
|
{
|
|
'name': 'New Zealand - Accounting',
|
|
'version': '1.1',
|
|
'category': 'Localization',
|
|
'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': 'Richard deMeester - Willow IT',
|
|
'website': 'http://www.willowit.com',
|
|
'depends': ['account'],
|
|
'data': [
|
|
'data/l10n_nz_chart_data.xml',
|
|
'data/account.account.template.csv',
|
|
'data/account_chart_template_data.xml',
|
|
'data/account.account.tag.csv',
|
|
'data/account.tax.group.csv',
|
|
'data/account.tax.template.csv',
|
|
'data/account_fiscal_position_tax_template_data.xml',
|
|
'data/account_chart_template_data.yml',
|
|
'data/res_currency_data.xml',
|
|
],
|
|
}
|