Odoo18-Base/addons/l10n_fi_sale/__manifest__.py
2025-01-06 10:57:38 +07:00

17 lines
362 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Finland - Sale',
'version': '1.0',
'description': """Finland Sale""",
'category': 'Localization',
'depends': [
'l10n_fi',
'sale',
],
'installable': True,
'auto_install': True,
'license': 'LGPL-3',
}