18 lines
387 B
Python
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',
|
|
}
|