Repository
odoo/odoo · module folder
Module version
1.0
Category
Sales/Point of Sale
Folder size
0.25 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, Loan (LSE), Louis Wicket (wil), Andrew Gavgavian, Dylan Kiss (dyki), Valeriya(vchu), Sarah Bellefroid, manv-afk, Max Whale, Jitendra Prajapat, David Monnom, lse-odoo, sjai-odoo, Tudor-Calin Panzaru (tupan), rpka-odoo, Stephane Vanmeerhaeghe (stva)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
pos_restaurant_stripe, pos_self_order_stripe
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
pos_payment_method_view_form_inherit_pos_stripe pos.payment.method.form.inherit.stripe pos.payment.method form Inherits point_of_sale.pos_payment_method_view_form
stripe stripe ir.ui.view qweb Inherits point_of_sale.index
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • stripe_serial_number Char
    copy=False help='[Serial number of the stripe terminal], for example: WSC513105011295'
Public methods (5)
  • action_stripe_key(self)
  • stripe_capture_payment(self, paymentIntentId, amount=None)
    @api.model
    Captures the payment identified by paymentIntentId. :param paymentIntentId: the id of the payment to capture :param amount: without this parameter the entire authorized amount is captured. Specifying a larger amount allows overcapturing to support tips.
  • stripe_connection_token(self)
    @api.model
  • stripe_payment_intent(self, amount)
  • stripe_refund(self, payment_intent_id, amount)

Loading…

Loading…

Loading…