Repository
odoo/odoo · module folder
Module version
1.0
Category
Sales/Point of Sale
Folder size
0.16 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-15 22:44:15
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Max Whale, Michael Köck
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_mollie pos.payment.method.form.inherit.mollie pos.payment.method form Inherits point_of_sale.pos_payment_method_view_form
HTTP endpoints (1)
Route(s)HandlerAuthTypeMethodsFlags
/pos_mollie/webhook PosMollie.mollie_webhook public http POST csrf off sudo
Models touched (1)

New fields (2)
  • mollie_payment_provider_id Many2one → payment.provider
    domain=[('code', '=', 'mollie')] args: 'payment.provider'
  • mollie_terminal_id Char
    copy=False args: 'Mollie Terminal ID'
Public methods (4)
  • mollie_cancel_payment(self, payment_id: str)
  • mollie_create_payment(self, amount: float, payment_uuid: str, pos_session_id: int)
  • mollie_create_refund(self, original_payment_id: str, amount: float, payment_uuid: str, pos_session_id: int)
  • mollie_get_payment(self, payment_id: str)