15 lines
431 B
Python
15 lines
431 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
{
|
|
'name': 'Swiss - Point of Sale',
|
|
'author': 'Odoo PS',
|
|
'category': 'Accounting/Localizations/Point of Sale',
|
|
'description': """
|
|
Swiss POS Localization
|
|
=======================================================
|
|
""",
|
|
'depends': ['l10n_ch', 'point_of_sale'],
|
|
'auto_install': True,
|
|
'installable': True,
|
|
'license': 'LGPL-3',
|
|
}
|