summaryrefslogtreecommitdiff
path: root/addons/l10n_nl/__manifest__.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/l10n_nl/__manifest__.py')
-rw-r--r--addons/l10n_nl/__manifest__.py38
1 files changed, 38 insertions, 0 deletions
diff --git a/addons/l10n_nl/__manifest__.py b/addons/l10n_nl/__manifest__.py
new file mode 100644
index 00000000..43016f33
--- /dev/null
+++ b/addons/l10n_nl/__manifest__.py
@@ -0,0 +1,38 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+
+# Copyright (C) 2016 Onestein (<http://www.onestein.eu>).
+
+{
+ 'name': 'Netherlands - Accounting',
+ 'version': '3.0',
+ 'category': 'Accounting/Localizations/Account Charts',
+ 'author': 'Onestein',
+ 'website': 'http://www.onestein.eu',
+ 'depends': [
+ 'account',
+ 'base_iban',
+ 'base_vat',
+ 'base_address_extended',
+ ],
+ 'data': [
+ 'data/account_account_tag.xml',
+ 'data/account_chart_template.xml',
+ 'data/account.account.template.csv',
+ 'data/account_chart_template_post_data.xml',
+ 'data/account_data.xml',
+ 'data/account_tax_report_data.xml',
+ 'data/account_tax_template.xml',
+ 'data/account_fiscal_position_template.xml',
+ 'data/account_fiscal_position_tax_template.xml',
+ 'data/account_fiscal_position_account_template.xml',
+ 'data/account_chart_template_data.xml',
+ 'data/menuitem.xml',
+ ],
+ 'demo': [
+ 'demo/demo_company.xml',
+ ],
+ 'auto_install': False,
+ 'installable': True,
+ 'license': 'LGPL-3',
+}