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

25 lines
603 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Colombian - Point of Sale',
'countries': ['co'],
'version': '1.0',
'description': """Colombian - Point of Sale""",
'category': 'Accounting/Localizations/Point of Sale',
'auto_install': True,
'depends': [
'l10n_co',
'point_of_sale'
],
'data': [
'views/res_config_settings_views.xml'
],
'assets': {
'point_of_sale._assets_pos': [
'l10n_co_pos/static/src/**/*',
],
},
'license': 'LGPL-3',
}