Repository
odoo/odoo · module folder
Module version
1.0
Category
Sales/Point of Sale
Folder size
0.34 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-15 22:44:21
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, Loan (LSE), Louis Wicket (wil), Dylan Kiss (dyki), Louis Gobert, manv-afk, David Monnom, lse-odoo, Krzysztof Magusiak (krma), sjai-odoo, rpka-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
pos_payment_method_view_form_inherit_pos_mercado_pago pos.payment.method.form.inherit.mercado_pago pos.payment.method form Inherits point_of_sale.pos_payment_method_view_form
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
/pos_mercado_pago/notification PosMercadoPagoWebhook.notification none http POST csrf off sudo
Models touched (2)

New fields (4)
  • mp_bearer_token Char
    groups='point_of_sale.group_pos_manager' help='Mercado Pago customer production user token: https://www.mercadopago.com.mx/developers/en/reference' string='Production user token'
  • mp_id_point_smart Char
    help='Enter your Point Smart terminal serial number written on the back of your terminal (after the S/N:)' string='Terminal S/N'
  • mp_id_point_smart_complet Char
  • mp_webhook_secret_key Char
    groups='point_of_sale.group_pos_manager' help='Mercado Pago production secret key from integration application: https://www.mercadopago.com.mx/developers/panel/app' string='Production secret key'
Public methods (7)
  • create(self, vals_list)
    @api.model_create_multi
  • force_pdv(self)
    Triggered in debug mode when the user wants to force the "PDV" mode. It calls the Mercado Pago API to set the terminal mode to "PDV".
  • mp_get_payment_status(self, payment_id)
    Called from frontend to get the payment status from Mercado Pago
  • mp_payment_intent_cancel(self, payment_intent_id)
    Called from frontend to cancel a payment intent in Mercado Pago
  • mp_payment_intent_create(self, infos)
    Called from frontend for creating a payment intent in Mercado Pago
  • mp_payment_intent_get(self, payment_intent_id)
    Called from frontend to get the last payment intend from Mercado Pago
  • write(self, vals)

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…