TIP: You can type at any time to perform a new search.
POS Mollie
pos_mollie · odoo/odoo
- 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
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/pos_mollie/webhook |
PosMollie.mollie_webhook |
public | http | POST | csrf off sudo |
Models touched (1)
New fields (2)
-
mollie_payment_provider_idMany2one → payment.providerdomain=[('code', '=', 'mollie')] args: 'payment.provider' -
mollie_terminal_idCharcopy=False args: 'Mollie Terminal ID'
-
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)