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

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