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

23 lines
570 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Indonesia - Point of Sale',
'version': '1.0',
'description': """Indonesian Point of Sale""",
'category': 'Accounting/Localizations/Point of Sale',
'depends': [
'l10n_id',
'point_of_sale'
],
'auto_install': True,
'assets': {
'point_of_sale._assets_pos': [
'l10n_id_pos/static/src/**/*',
],
'web.assets_tests': [
'l10n_id_pos/static/tests/**/*'
]
},
'license': 'LGPL-3',
}