Odoo18-Base/addons/l10n_nl/__manifest__.py
2025-03-10 10:52:11 +07:00

26 lines
784 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/17.0/applications/finance/fiscal_localizations/netherlands.html',
'depends': [
'base_iban',
'base_vat',
'account',
],
'data': [
'data/account_account_tag.xml',
'data/account_tax_report_data.xml',
'views/res_config_settings_view.xml',
],
'demo': [
'demo/demo_company.xml',
],
'installable': True,
'license': 'LGPL-3',
}