1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/l10n_es_pos_tbai/__manifest__.py
2024-12-10 09:04:09 +07:00

18 lines
445 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': "Spain - POS + TicketBAI",
'version': '1.0',
'category': 'Accounting/Localizations/Point of Sale',
'depends': [
'l10n_es_edi_tbai',
'l10n_es_pos',
],
'assets': {
'point_of_sale._assets_pos': [
'l10n_es_pos_tbai/static/src/**/*',
],
},
'auto_install': True,
'license': 'LGPL-3',
}