TIP: You can type at any time to perform a new search.
POS Stripe
pos_stripe · odoo/odoo
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_numberCharcopy=Falsehelp='[Serial number of the stripe terminal], for example: WSC513105011295'
-
action_stripe_key(self) -
stripe_capture_payment(self, paymentIntentId, amount=None)@api.modelCaptures 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…