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

18 lines
387 B
Python

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