oca-ocb-l10n_europe/odoo-bringout-oca-ocb-l10n_nl/l10n_nl/__manifest__.py
Ernad Husremovic 7721452493 19.0 vanilla
2026-03-09 09:31:28 +01:00

28 lines
888 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Netherlands - Accounting',
'icon': '/account/static/description/l10n.png',
'countries': ['nl'],
'version': '3.4',
'category': 'Accounting/Localizations/Account Charts',
'author': 'Onestein (http://www.onestein.eu)',
'website': 'https://www.odoo.com/documentation/latest/applications/finance/fiscal_localizations/netherlands.html',
'depends': [
'base_iban',
'base_vat',
'account',
'account_edi_ubl_cii',
],
'auto_install': ['account'],
'data': [
'data/account_account_tag.xml',
'data/account_tax_report_data.xml',
'data/res_country_group.xml',
'views/res_config_settings_view.xml',
],
'demo': [
'demo/demo_company.xml',
],
'installable': True,
'license': 'LGPL-3',
}