# -*- 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', }