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

19 lines
464 B
Python

{
'name': 'POS Mercado Pago',
'version': '1.0',
'category': 'Sales/Point of Sale',
'sequence': 6,
'summary': 'Integrate your POS with the Mercado Pago Smart Point terminal',
'data': [
'views/pos_payment_method_views.xml',
],
'depends': ['point_of_sale'],
'installable': True,
'assets': {
'point_of_sale._assets_pos': [
'pos_mercado_pago/static/**/*',
],
},
'license': 'LGPL-3',
}