From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/l10n_nz/__init__.py | 4 + addons/l10n_nz/__manifest__.py | 38 +++ addons/l10n_nz/data/account.account.template.csv | 98 +++++++ addons/l10n_nz/data/account.tax.group.csv | 5 + .../data/account_chart_template_configure_data.xml | 8 + .../l10n_nz/data/account_chart_template_data.xml | 15 + .../account_fiscal_position_tax_template_data.xml | 31 +++ addons/l10n_nz/data/account_tax_report_data.xml | 112 ++++++++ addons/l10n_nz/data/account_tax_template_data.xml | 304 +++++++++++++++++++++ addons/l10n_nz/data/l10n_nz_chart_data.xml | 16 ++ addons/l10n_nz/data/res_currency_data.xml | 26 ++ addons/l10n_nz/demo/demo_company.xml | 34 +++ addons/l10n_nz/i18n/l10n_au.pot | 22 ++ addons/l10n_nz/security/ir.model.access.csv | 1 + addons/l10n_nz/static/description/icon.png | Bin 0 -> 4881 bytes 15 files changed, 714 insertions(+) create mode 100644 addons/l10n_nz/__init__.py create mode 100644 addons/l10n_nz/__manifest__.py create mode 100644 addons/l10n_nz/data/account.account.template.csv create mode 100644 addons/l10n_nz/data/account.tax.group.csv create mode 100644 addons/l10n_nz/data/account_chart_template_configure_data.xml create mode 100644 addons/l10n_nz/data/account_chart_template_data.xml create mode 100644 addons/l10n_nz/data/account_fiscal_position_tax_template_data.xml create mode 100644 addons/l10n_nz/data/account_tax_report_data.xml create mode 100644 addons/l10n_nz/data/account_tax_template_data.xml create mode 100644 addons/l10n_nz/data/l10n_nz_chart_data.xml create mode 100644 addons/l10n_nz/data/res_currency_data.xml create mode 100644 addons/l10n_nz/demo/demo_company.xml create mode 100644 addons/l10n_nz/i18n/l10n_au.pot create mode 100644 addons/l10n_nz/security/ir.model.access.csv create mode 100644 addons/l10n_nz/static/description/icon.png (limited to 'addons/l10n_nz') diff --git a/addons/l10n_nz/__init__.py b/addons/l10n_nz/__init__.py new file mode 100644 index 00000000..b32af464 --- /dev/null +++ b/addons/l10n_nz/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +# Copyright (C) 2015 Willow IT Pty Ltd (). diff --git a/addons/l10n_nz/__manifest__.py b/addons/l10n_nz/__manifest__.py new file mode 100644 index 00000000..7b480d94 --- /dev/null +++ b/addons/l10n_nz/__manifest__.py @@ -0,0 +1,38 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +# Copyright (C) 2015 Willow IT Pty Ltd (). + +{ + 'name': 'New Zealand - Accounting', + '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': '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.tax.group.csv', + 'data/account_tax_report_data.xml', + 'data/account_tax_template_data.xml', + 'data/account_fiscal_position_tax_template_data.xml', + 'data/account_chart_template_configure_data.xml', + 'data/res_currency_data.xml', + ], + 'demo': [ + 'demo/demo_company.xml', + ], + 'license': 'LGPL-3', +} diff --git a/addons/l10n_nz/data/account.account.template.csv b/addons/l10n_nz/data/account.account.template.csv new file mode 100644 index 00000000..514fb1ca --- /dev/null +++ b/addons/l10n_nz/data/account.account.template.csv @@ -0,0 +1,98 @@ +id,chart_template_id:id,code,name,user_type_id:id,reconcile +nz_11110,l10n_nz.l10n_nz_chart_template,11110,Bank Account,account.data_account_type_liquidity,FALSE +nz_11130,l10n_nz.l10n_nz_chart_template,11130,Petty Cash,account.data_account_type_liquidity,FALSE +nz_11140,l10n_nz.l10n_nz_chart_template,11140,Cash Drawer,account.data_account_type_liquidity,FALSE +nz_11180,l10n_nz.l10n_nz_chart_template,11180,Undeposited Funds,account.data_account_type_current_assets,TRUE +nz_11190,l10n_nz.l10n_nz_chart_template,11190,Electronic Clearing Account,account.data_account_type_current_assets,TRUE +nz_11200,l10n_nz.l10n_nz_chart_template,11200,Trade Debtors,account.data_account_type_receivable,TRUE +nz_11210,l10n_nz.l10n_nz_chart_template,11210,Less Prov'n for Doubtful Debts,account.data_account_type_current_assets,FALSE +nz_11220,l10n_nz.l10n_nz_chart_template,11220,Trade Debtors (PoS),account.data_account_type_receivable,TRUE +nz_11310,l10n_nz.l10n_nz_chart_template,11310,Raw Materials,account.data_account_type_current_assets,FALSE +nz_11320,l10n_nz.l10n_nz_chart_template,11320,Finished Goods,account.data_account_type_current_assets,FALSE +nz_11330,l10n_nz.l10n_nz_chart_template,11330,Trading Stock on Hand,account.data_account_type_current_assets,FALSE +nz_12100,l10n_nz.l10n_nz_chart_template,12100,Deposits Paid,account.data_account_type_prepayments,FALSE +nz_12200,l10n_nz.l10n_nz_chart_template,12200,Prepaid Insurance,account.data_account_type_current_assets,FALSE +nz_13110,l10n_nz.l10n_nz_chart_template,13110,Manufacturing Plant at Cost,account.data_account_type_fixed_assets,FALSE +nz_13120,l10n_nz.l10n_nz_chart_template,13120,Manufac. Plant Accum Dep,account.data_account_type_fixed_assets,FALSE +nz_13130,l10n_nz.l10n_nz_chart_template,13130,Manufacturing Equipment Cost,account.data_account_type_fixed_assets,FALSE +nz_13140,l10n_nz.l10n_nz_chart_template,13140,Manufac. Equip Accum Dep,account.data_account_type_fixed_assets,FALSE +nz_13210,l10n_nz.l10n_nz_chart_template,13210,Furniture & Fixtures at Cost,account.data_account_type_fixed_assets,FALSE +nz_13220,l10n_nz.l10n_nz_chart_template,13220,Furniture & Fixtures Accum Dep,account.data_account_type_fixed_assets,FALSE +nz_13310,l10n_nz.l10n_nz_chart_template,13310,Office Equip at Cost,account.data_account_type_fixed_assets,FALSE +nz_13320,l10n_nz.l10n_nz_chart_template,13320,Office Equip Accum Dep,account.data_account_type_fixed_assets,FALSE +nz_13410,l10n_nz.l10n_nz_chart_template,13410,Motor Vehicles at Cost,account.data_account_type_fixed_assets,FALSE +nz_13420,l10n_nz.l10n_nz_chart_template,13420,Motor Vehicles Accum Dep,account.data_account_type_fixed_assets,FALSE +nz_21110,l10n_nz.l10n_nz_chart_template,21110,Credit Card,account.data_account_type_current_liabilities,FALSE +nz_21200,l10n_nz.l10n_nz_chart_template,21200,Trade Creditors,account.data_account_type_payable,TRUE +nz_21210,l10n_nz.l10n_nz_chart_template,21210,A/P Accrual - Inventory,account.data_account_type_current_liabilities,FALSE +nz_21310,l10n_nz.l10n_nz_chart_template,21310,GST Collected,account.data_account_type_current_liabilities,FALSE +nz_21330,l10n_nz.l10n_nz_chart_template,21330,GST Paid,account.data_account_type_current_assets,FALSE +nz_21350,l10n_nz.l10n_nz_chart_template,21350,Fuel Tax Credits Accrued,account.data_account_type_current_liabilities,FALSE +nz_21360,l10n_nz.l10n_nz_chart_template,21360,Import Duty Payable,account.data_account_type_current_liabilities,FALSE +nz_21370,l10n_nz.l10n_nz_chart_template,21370,Voluntary Withholdings Payable,account.data_account_type_current_liabilities,FALSE +nz_21380,l10n_nz.l10n_nz_chart_template,21380,Tax Withholdings Payable,account.data_account_type_current_liabilities,FALSE +nz_21410,l10n_nz.l10n_nz_chart_template,21410,Payroll Accruals Payable,account.data_account_type_current_liabilities,FALSE +nz_21420,l10n_nz.l10n_nz_chart_template,21420,PAYG Withholding Payable,account.data_account_type_current_liabilities,FALSE +nz_21600,l10n_nz.l10n_nz_chart_template,21600,Customer Deposits,account.data_account_type_current_liabilities,FALSE +nz_21700,l10n_nz.l10n_nz_chart_template,21700,Other Current Liabilities,account.data_account_type_current_liabilities,FALSE +nz_22100,l10n_nz.l10n_nz_chart_template,22100,Mortgages Payable,account.data_account_type_non_current_liabilities,FALSE +nz_22200,l10n_nz.l10n_nz_chart_template,22200,Notes Payable,account.data_account_type_non_current_liabilities,FALSE +nz_22300,l10n_nz.l10n_nz_chart_template,22300,Other Long Term Liabilities,account.data_account_type_non_current_liabilities,FALSE +nz_31100,l10n_nz.l10n_nz_chart_template,31100,Capital Investment,account.data_account_type_equity,FALSE +nz_31200,l10n_nz.l10n_nz_chart_template,31200,Capital Drawings,account.data_account_type_equity,FALSE +nz_38000,l10n_nz.l10n_nz_chart_template,38000,Retained Earnings,account.data_account_type_equity,FALSE +nz_39000,l10n_nz.l10n_nz_chart_template,39000,Current Year Earnings,account.data_unaffected_earnings,FALSE +nz_39999,l10n_nz.l10n_nz_chart_template,39999,Historical Balancing,account.data_account_type_equity,FALSE +nz_41110,l10n_nz.l10n_nz_chart_template,41110,Sales Product #1,account.data_account_type_revenue,FALSE +nz_41120,l10n_nz.l10n_nz_chart_template,41120,Sales Product #2,account.data_account_type_revenue,FALSE +nz_41130,l10n_nz.l10n_nz_chart_template,41130,Sales Product #3,account.data_account_type_revenue,FALSE +nz_42000,l10n_nz.l10n_nz_chart_template,42000,Wholesale Sales,account.data_account_type_revenue,FALSE +nz_43000,l10n_nz.l10n_nz_chart_template,43000,Consignment Sales,account.data_account_type_revenue,FALSE +nz_44000,l10n_nz.l10n_nz_chart_template,44000,Freight Income,account.data_account_type_revenue,FALSE +nz_45000,l10n_nz.l10n_nz_chart_template,45000,Late Fees Collected,account.data_account_type_other_income,FALSE +nz_46000,l10n_nz.l10n_nz_chart_template,46000,Miscellaneous Income,account.data_account_type_other_income,FALSE +nz_47000,l10n_nz.l10n_nz_chart_template,47000,Fuel Tax Credits,account.data_account_type_other_income,FALSE +nz_51110,l10n_nz.l10n_nz_chart_template,51110,Cost of Goods Sold #1,account.data_account_type_direct_costs,FALSE +nz_51120,l10n_nz.l10n_nz_chart_template,51120,Cost of Goods Sold # 2,account.data_account_type_direct_costs,FALSE +nz_51130,l10n_nz.l10n_nz_chart_template,51130,Cost of Goods Sold # 3,account.data_account_type_direct_costs,FALSE +nz_52000,l10n_nz.l10n_nz_chart_template,52000,Wholesale Cost of Sales,account.data_account_type_direct_costs,FALSE +nz_53000,l10n_nz.l10n_nz_chart_template,53000,Consignment Cost of Sales,account.data_account_type_direct_costs,FALSE +nz_54000,l10n_nz.l10n_nz_chart_template,54000,Wages for Production Labour,account.data_account_type_direct_costs,FALSE +nz_55000,l10n_nz.l10n_nz_chart_template,55000,Materials & Supplies,account.data_account_type_direct_costs,FALSE +nz_56000,l10n_nz.l10n_nz_chart_template,56000,Freight,account.data_account_type_direct_costs,FALSE +nz_57000,l10n_nz.l10n_nz_chart_template,57000,Other Costs,account.data_account_type_direct_costs,FALSE +nz_61000,l10n_nz.l10n_nz_chart_template,61000,Advertising,account.data_account_type_expenses,FALSE +nz_61200,l10n_nz.l10n_nz_chart_template,61200,Car & Truck Expenses,account.data_account_type_expenses,FALSE +nz_61300,l10n_nz.l10n_nz_chart_template,61300,Commissions Paid,account.data_account_type_expenses,FALSE +nz_61500,l10n_nz.l10n_nz_chart_template,61500,Depreciation Expense,account.data_account_type_depreciation,FALSE +nz_61610,l10n_nz.l10n_nz_chart_template,61610,Discounts Given,account.data_account_type_expenses,FALSE +nz_61620,l10n_nz.l10n_nz_chart_template,61620,Discounts Taken,account.data_account_type_expenses,FALSE +nz_61630,l10n_nz.l10n_nz_chart_template,61630,Exchange Rate Losses (Gains),account.data_account_type_expenses,FALSE +nz_61700,l10n_nz.l10n_nz_chart_template,61700,Freight Paid,account.data_account_type_expenses,FALSE +nz_61800,l10n_nz.l10n_nz_chart_template,61800,Insurance,account.data_account_type_expenses,FALSE +nz_61910,l10n_nz.l10n_nz_chart_template,61910,Overdraft Interest,account.data_account_type_expenses,FALSE +nz_61920,l10n_nz.l10n_nz_chart_template,61920,Mortgage Interest,account.data_account_type_expenses,FALSE +nz_61930,l10n_nz.l10n_nz_chart_template,61930,Other Interest,account.data_account_type_expenses,FALSE +nz_62000,l10n_nz.l10n_nz_chart_template,62000,Late Fees Paid,account.data_account_type_expenses,FALSE +nz_62110,l10n_nz.l10n_nz_chart_template,62110,Machinery & Equipment,account.data_account_type_expenses,FALSE +nz_62120,l10n_nz.l10n_nz_chart_template,62120,Other Business Property,account.data_account_type_expenses,FALSE +nz_62200,l10n_nz.l10n_nz_chart_template,62200,Legal & Professional Services,account.data_account_type_expenses,FALSE +nz_62300,l10n_nz.l10n_nz_chart_template,62300,Office Expenses,account.data_account_type_expenses,FALSE +nz_62410,l10n_nz.l10n_nz_chart_template,62410,Staff Amenities,account.data_account_type_expenses,FALSE +nz_62420,l10n_nz.l10n_nz_chart_template,62420,Superannuation,account.data_account_type_expenses,FALSE +nz_62430,l10n_nz.l10n_nz_chart_template,62430,Wages & Salaries,account.data_account_type_expenses,FALSE +nz_62440,l10n_nz.l10n_nz_chart_template,62440,Workers' Compensation,account.data_account_type_expenses,FALSE +nz_62450,l10n_nz.l10n_nz_chart_template,62450,Other Employer Expenses,account.data_account_type_expenses,FALSE +nz_62500,l10n_nz.l10n_nz_chart_template,62500,Repairs,account.data_account_type_expenses,FALSE +nz_62550,l10n_nz.l10n_nz_chart_template,62550,Shrinkage/Spoilage,account.data_account_type_expenses,FALSE +nz_62600,l10n_nz.l10n_nz_chart_template,62600,Supplies,account.data_account_type_expenses,FALSE +nz_62700,l10n_nz.l10n_nz_chart_template,62700,Taxes,account.data_account_type_expenses,FALSE +nz_62800,l10n_nz.l10n_nz_chart_template,62800,Telephone,account.data_account_type_expenses,FALSE +nz_62910,l10n_nz.l10n_nz_chart_template,62910,Gas,account.data_account_type_expenses,FALSE +nz_62920,l10n_nz.l10n_nz_chart_template,62920,Electricity,account.data_account_type_expenses,FALSE +nz_62930,l10n_nz.l10n_nz_chart_template,62930,Water,account.data_account_type_expenses,FALSE +nz_63110,l10n_nz.l10n_nz_chart_template,63110,Travel,account.data_account_type_expenses,FALSE +nz_63120,l10n_nz.l10n_nz_chart_template,63120,Meals & Entertainment,account.data_account_type_expenses,FALSE +nz_81000,l10n_nz.l10n_nz_chart_template,81000,Interest Income,account.data_account_type_other_income,FALSE +nz_91000,l10n_nz.l10n_nz_chart_template,91000,Interest Expense,account.data_account_type_expenses,FALSE +nz_92000,l10n_nz.l10n_nz_chart_template,92000,Income Tax Expense,account.data_account_type_expenses,FALSE \ No newline at end of file diff --git a/addons/l10n_nz/data/account.tax.group.csv b/addons/l10n_nz/data/account.tax.group.csv new file mode 100644 index 00000000..afaf8f45 --- /dev/null +++ b/addons/l10n_nz/data/account.tax.group.csv @@ -0,0 +1,5 @@ +id,name +tax_group_0,TAX 0% +tax_group_gst_15,GST 15% +tax_group_15,TAX 15% +tax_group_100000000,GST 100000000% diff --git a/addons/l10n_nz/data/account_chart_template_configure_data.xml b/addons/l10n_nz/data/account_chart_template_configure_data.xml new file mode 100644 index 00000000..f54ef641 --- /dev/null +++ b/addons/l10n_nz/data/account_chart_template_configure_data.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/addons/l10n_nz/data/account_chart_template_data.xml b/addons/l10n_nz/data/account_chart_template_data.xml new file mode 100644 index 00000000..f8922aa3 --- /dev/null +++ b/addons/l10n_nz/data/account_chart_template_data.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/addons/l10n_nz/data/account_fiscal_position_tax_template_data.xml b/addons/l10n_nz/data/account_fiscal_position_tax_template_data.xml new file mode 100644 index 00000000..541de9f8 --- /dev/null +++ b/addons/l10n_nz/data/account_fiscal_position_tax_template_data.xml @@ -0,0 +1,31 @@ + + + + OS Partner + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/addons/l10n_nz/data/account_tax_report_data.xml b/addons/l10n_nz/data/account_tax_report_data.xml new file mode 100644 index 00000000..cf9136bb --- /dev/null +++ b/addons/l10n_nz/data/account_tax_report_data.xml @@ -0,0 +1,112 @@ + + + + + Tax Report + + + + + Sales and Income + + + + + + [BOX 5] Total sales and income for the period(including GST and zero-rated Supplies) + BOX 5 + + + NZBOX5 + + + + + [BOX 6] Zero-rated supplies in Box 5 + BOX 6 + + + NZBOX6 + + + + + [BOX 7] The amount in Box 6 is subracted from Box 5 + + + NZBOX5 - NZBOX6 + + + + + [BOX 8] Multiply the amount in Box 7 by 3 and then divide by 23 + + + ((NZBOX5 - NZBOX6) * 3)/23 + + + + + [BOX 9] Enter any adjustments from your calculation sheet + BOX 9 + + + NZBOX9 + + + + + + [BOX 10] Total GST collected on sales and income + + + (((NZBOX5 - NZBOX6) * 3)/23) + NZBOX9 + + + + + Purchases and Expenses + + + + + + [BOX 11] Total purchases and expenses(including GST) for which tax invoicing requirements have been met + BOX 11 + + + NZBOX11 + + + + + [BOX 12] Multiply BOX11 by 3 and then divide by 23 + + + (NZBOX11 * 3)/23 + + + + + [BOX 13] Credit adjustments from your calculation sheet + + + + + + + [BOX 14] Total GST credit for purchases and expenses + + + ((NZBOX11 * 3)/23) + + + + + [BOX 15] Difference between BOX10 and BOX14 + + ((((NZBOX5 - NZBOX6) * 3)/23) + NZBOX9) - ((NZBOX11 * 3)/23) + + + + diff --git a/addons/l10n_nz/data/account_tax_template_data.xml b/addons/l10n_nz/data/account_tax_template_data.xml new file mode 100644 index 00000000..51b48dd4 --- /dev/null +++ b/addons/l10n_nz/data/account_tax_template_data.xml @@ -0,0 +1,304 @@ + + + + + Sale (15%) + 1 + GST Sales + sale + percent + 15 + FALSE + + + + + + + GST Inc Sale (15%) + 2 + GST Inclusive Sales + sale + percent + 15 + TRUE + + + + + + + Zero/Export (0%) Sale + 3 + Zero Rated (Export) Sales + sale + percent + 0 + FALSE + + + + + + + Purch (15%) + 1 + GST Purchases + purchase + percent + 15 + FALSE + + + + + + + GST Inc Purch (15%) + 2 + GST Inclusive Purchases + purchase + percent + 15 + TRUE + + + + + + + Zero/Import (0%) Purch + 3 + Zero Rated Purchases + purchase + percent + 0 + FALSE + + + + + + + Purch (Imports Taxable) + 4 + Purchase (Taxable Imports) - Tax Paid Separately + purchase + percent + 0 + FALSE + + + + + + + GST Only – Imports + 5 + GST Only on Imports + purchase + percent + 100000000000 + + TRUE + + + + + diff --git a/addons/l10n_nz/data/l10n_nz_chart_data.xml b/addons/l10n_nz/data/l10n_nz_chart_data.xml new file mode 100644 index 00000000..23892f54 --- /dev/null +++ b/addons/l10n_nz/data/l10n_nz_chart_data.xml @@ -0,0 +1,16 @@ + + + + + + + New Zealand Tax and Account Chart Template (by Willow IT) + 1111 + 1113 + 11170 + 5 + + + + + diff --git a/addons/l10n_nz/data/res_currency_data.xml b/addons/l10n_nz/data/res_currency_data.xml new file mode 100644 index 00000000..f1333757 --- /dev/null +++ b/addons/l10n_nz/data/res_currency_data.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/addons/l10n_nz/demo/demo_company.xml b/addons/l10n_nz/demo/demo_company.xml new file mode 100644 index 00000000..43442880 --- /dev/null +++ b/addons/l10n_nz/demo/demo_company.xml @@ -0,0 +1,34 @@ + + + + NZ Company + + Victoria Street + Hamilton + + + 3247 + +64 21 123 4567 + info@company.nzexample.com + www.nzexample.com + + + + NZ Company + + + + + + + + + + + + + + + + + diff --git a/addons/l10n_nz/i18n/l10n_au.pot b/addons/l10n_nz/i18n/l10n_au.pot new file mode 100644 index 00000000..2cc78168 --- /dev/null +++ b/addons/l10n_nz/i18n/l10n_au.pot @@ -0,0 +1,22 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * l10n_nz +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 9.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-10-09 08:19+0000\n" +"PO-Revision-Date: 2015-10-09 08:19+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: l10n_nz +#: model:ir.actions.client,name:l10n_nz.action_client_l10n_nz_menu +msgid "Open Account Dashboard Menu" +msgstr "" + diff --git a/addons/l10n_nz/security/ir.model.access.csv b/addons/l10n_nz/security/ir.model.access.csv new file mode 100644 index 00000000..4a08a4aa --- /dev/null +++ b/addons/l10n_nz/security/ir.model.access.csv @@ -0,0 +1 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink diff --git a/addons/l10n_nz/static/description/icon.png b/addons/l10n_nz/static/description/icon.png new file mode 100644 index 00000000..29b49b60 Binary files /dev/null and b/addons/l10n_nz/static/description/icon.png differ -- cgit v1.2.3