| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/19.0/payment_stripe |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Providers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Xavier ALT, Xavier Morel, Julien Castiaux, Andrea Grazioso (agr-odoo), Tiffany Chang (tic), Gorash, Antoine Vandevenne (anv), Valentin Chevalier, Pedram (PEBR), Levi Siuzdak (sile), Dylan Kiss (dyki), Valeriya(vchu), Anita (anko), Louis (loti), Lina (liew), Manushi Shah, dija-odoo, Pierre Lamotte (pila), Anton Romanova (roan), Corentin Heinix (cohe), Shrey Mehta, Krzysztof Magusiak (krma), Mahdi Alijani (malj), Valeriya (vchu), chpa-odoo |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 01:51:44 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - onboarding - web - base - portal - html_editor - bus - http_routing - base_setup - web_tour - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
express_checkout |
express_checkout | ir.ui.view | qweb | Inherits payment.express_checkout |
express_checkout_form |
express_checkout_form | ir.ui.view | qweb | New |
inline_form |
inline_form | ir.ui.view | qweb | New |
no_pms_available_warning |
no_pms_available_warning | ir.ui.view | qweb | Inherits payment.no_pms_available_warning |
payment_form |
payment_form | ir.ui.view | qweb | Inherits payment.form |
payment_provider_form |
Stripe Provider Form | payment.provider | group | Inherits payment.payment_provider_form |
sdk_assets |
sdk_assets | ir.ui.view | qweb | New |
code
Selection
ondelete={'stripe': 'set default'}
selection_add=[('stripe', 'Stripe')]
stripe_publishable_key
Char
copy=False
help='The key solely used to identify the account with Stripe'
required_if_provider='stripe'
string='Publishable Key'
stripe_secret_key
Char
copy=False
groups='base.group_system'
required_if_provider='stripe'
string='Secret Key'
stripe_webhook_secret
Char
copy=False
groups='base.group_system'
help='If a webhook is enabled on your Stripe account, this signing secret must be set to authenticate the messages sent from Stripe to Odoo.'
string='Webhook Signing Secret'
action_start_onboarding(self, menu_id=None)
action_stripe_create_webhook(self)
action_stripe_verify_apple_pay_domain(self)
stripe_mandate
Char
readonly=True
string='Stripe Mandate'
stripe_payment_method
Char
readonly=True
string='Stripe Payment Method ID'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/18.0/payment_stripe |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Providers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Xavier ALT, Xavier Morel, Aaron Bohy, Odoo Online, Andrea Grazioso (agr-odoo), Tiffany Chang (tic), Rémy Voet (ryv), Antoine Vandevenne (anv), Valentin Chevalier, Louis Wicket (wil), Levi Siuzdak (sile), Dylan Kiss (dyki), Valeriya(vchu), Anita (anko), Mattis Megevand, Louis (loti), Lina (liew), sami odoo, Louis (wil), mathysPaul, Pierre Lamotte (pila), Corentin Heinix (cohe), Mahdi Alijani (malj), Rushil Patel |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 01:25:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - onboarding - web - base - portal - web_editor - bus - html_editor - http_routing - base_setup - web_tour - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
express_checkout |
express_checkout | ir.ui.view | qweb | Inherits payment.express_checkout |
express_checkout_form |
express_checkout_form | ir.ui.view | qweb | New |
inline_form |
inline_form | ir.ui.view | qweb | New |
no_pms_available_warning |
no_pms_available_warning | ir.ui.view | qweb | Inherits payment.no_pms_available_warning |
payment_form |
payment_form | ir.ui.view | qweb | Inherits payment.form |
payment_provider_form |
Stripe Provider Form | payment.provider | group | Inherits payment.payment_provider_form |
sdk_assets |
sdk_assets | ir.ui.view | qweb | New |
code
Selection
ondelete={'stripe': 'set default'}
selection_add=[('stripe', 'Stripe')]
stripe_publishable_key
Char
help='The key solely used to identify the account with Stripe'
required_if_provider='stripe'
string='Publishable Key'
stripe_secret_key
Char
groups='base.group_system'
required_if_provider='stripe'
string='Secret Key'
stripe_webhook_secret
Char
groups='base.group_system'
help='If a webhook is enabled on your Stripe account, this signing secret must be set to authenticate the messages sent from Stripe to Odoo.'
string='Webhook Signing Secret'
action_stripe_connect_account(self, menu_id=None)
action_stripe_create_webhook(self)
action_stripe_verify_apple_pay_domain(self)
stripe_mandate
Char
readonly=True
string='Stripe Mandate'
stripe_payment_method
Char
readonly=True
string='Stripe Payment Method ID'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/17.0/payment_stripe |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Providers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Denis Ledoux, Fabien Meghazi, Xavier Morel, Nicolas Lempereur, Aaron Bohy, Jeremy Kersten, Damien Bouvy, Odoo Online, Andrea Grazioso (agr-odoo), Yas-Elak, Tiffany Chang (tic), Gorash, Pierre Paridans, pedrambiria, mafo-odoo, Florian Charlier, Antoine Vandevenne (anv), Demesmaeker, Valentin Chevalier, niyasraphy, Louis Wicket (wil), Valentin Vallaeys (vava), Saurabh Choraria, Levi Siuzdak (sile), Dylan Kiss (dyki), Michael (mcm), Horacio Tellez, Valeriya(vchu), Anita (anko), Mattis Megevand, Louis (loti), Louis (wil), mathysPaul, Pierre Lamotte (pila), Pierre Pulinckx (pipu), Bastien PIERRE, Corentin Heinix (cohe), Mahdi Alijani (malj), Rushil Patel |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 01:02:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - onboarding - web - base - portal - web_editor - bus - http_routing - base_setup - web_tour - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
express_checkout |
express_checkout | ir.ui.view | qweb | Inherits payment.express_checkout |
express_checkout_form |
express_checkout_form | ir.ui.view | qweb | New |
inline_form |
inline_form | ir.ui.view | qweb | New |
payment_form |
payment_form | ir.ui.view | qweb | Inherits payment.form |
payment_provider_form |
Stripe Provider Form | payment.provider | group | Inherits payment.payment_provider_form |
sdk_assets |
sdk_assets | ir.ui.view | qweb | New |
code
Selection
ondelete={'stripe': 'set default'}
selection_add=[('stripe', 'Stripe')]
stripe_publishable_key
Char
help='The key solely used to identify the account with Stripe'
required_if_provider='stripe'
string='Publishable Key'
stripe_secret_key
Char
groups='base.group_system'
required_if_provider='stripe'
string='Secret Key'
stripe_webhook_secret
Char
groups='base.group_system'
help='If a webhook is enabled on your Stripe account, this signing secret must be set to authenticate the messages sent from Stripe to Odoo.'
string='Webhook Signing Secret'
action_stripe_connect_account(self, menu_id=None)
action_stripe_create_webhook(self)
action_stripe_verify_apple_pay_domain(self)
stripe_mandate
Char
readonly=True
string='Stripe Mandate'
stripe_payment_method
Char
readonly=True
string='Stripe Payment Method ID'
No public methods.
No new fields.
Public methods (0)No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/16.0/payment_stripe |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Providers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Fabien Meghazi, Jeremy Kersten, Damien Bouvy, Christophe Monniez, Victor Feyens, Yas-Elak, Tiffany Chang (tic), William Braeckman, mafo-odoo, Antoine Vandevenne (anv), Thibault Libioulle, Demesmaeker, Valentin Chevalier, Louis Wicket (wil), Valentin Vallaeys (vava), Saurabh Choraria, Levi Siuzdak (sile), Horacio Tellez, Valeriya(vchu), Louis (loti), mathysPaul, Pierre Lamotte (pila) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:51 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - portal - web - base - web_editor - bus - http_routing - base_setup - web_tour - auth_signup |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
checkout |
checkout | ir.ui.view | qweb | Inherits payment.checkout |
express_checkout |
express_checkout | ir.ui.view | qweb | Inherits payment.express_checkout |
express_checkout_form |
express_checkout_form | ir.ui.view | qweb | New |
manage |
manage | ir.ui.view | qweb | Inherits payment.manage |
payment_provider_form |
Stripe Provider Form | payment.provider | group | Inherits payment.payment_provider_form |
sdk_assets |
sdk_assets | ir.ui.view | qweb | New |
code
Selection
ondelete={'stripe': 'set default'}
selection_add=[('stripe', 'Stripe')]
stripe_publishable_key
Char
help='The key solely used to identify the account with Stripe'
required_if_provider='stripe'
string='Publishable Key'
stripe_secret_key
Char
groups='base.group_system'
required_if_provider='stripe'
string='Secret Key'
stripe_webhook_secret
Char
groups='base.group_system'
help='If a webhook is enabled on your Stripe account, this signing secret must be set to authenticate the messages sent from Stripe to Odoo.'
string='Webhook Signing Secret'
action_stripe_connect_account(self, menu_id=None)
action_stripe_create_webhook(self)
action_stripe_verify_apple_pay_domain(self)
stripe_payment_method
Char
readonly=True
string='Stripe Payment Method ID'
No public methods.
stripe_payment_intent
Char
readonly=True
string='Stripe Payment Intent ID'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/15.0/payment_stripe |
| VERSION | |
| VERSION | 2.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Acquirers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Goffin Simon, Nicolas Martinelli, Nicolas Lempereur, Jeremy Kersten, GitHub, Yannick Tivisse, Romain Derie, Laurent Smet, Jorge Pinna Puissant, Xavier-Do, Yas-Elak, Julien Mougenot, Adrien Horgnies, Nasreddin Boulif (bon), Nicolas (vin), mafo-odoo, Abdelouahab (abla), Antoine Vandevenne (anv), Thibault Libioulle, Valentin Chevalier |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:25:28 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
checkout |
checkout | ir.ui.view | qweb | Inherits payment.checkout |
manage |
manage | ir.ui.view | qweb | Inherits payment.manage |
payment_acquirer_form |
Stripe Acquirer Form | payment.acquirer | xpath | Inherits payment.payment_acquirer_form |
No new fields.
Public methods (0)No public methods.
provider
Selection
ondelete={'stripe': 'set default'}
selection_add=[('stripe', 'Stripe')]
stripe_publishable_key
Char
help='The key solely used to identify the account with Stripe'
required_if_provider='stripe'
string='Publishable Key'
stripe_secret_key
Char
groups='base.group_system'
required_if_provider='stripe'
string='Secret Key'
stripe_webhook_secret
Char
groups='base.group_system'
help='If a webhook is enabled on your Stripe account, this signing secret must be set to authenticate the messages sent from Stripe to Odoo.'
string='Webhook Signing Secret'
action_stripe_connect_account(self, menu_id=None)
action_stripe_create_webhook(self)
stripe_payment_method
Char
readonly=True
string='Stripe Payment Method ID'
No public methods.
stripe_payment_intent
Char
readonly=True
string='Stripe Payment Intent ID'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/14.0/payment_stripe |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment Acquirers |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Odoo Translation Bot, Martin Trigaux, Olivier Dony, Christophe Simonis, Goffin Simon, Nicolas Martinelli, Nicolas Lempereur, Damien Bouvy, Barad Mahendra, Yannick Tivisse, Laurent Smet, jev-odoo, Adrian Torres, Julien Castiaux, Xavier-Do, jvm-odoo, Jason Van Malder, fw-bot, Anh Thao Pham (pta), Adrien Horgnies, Nikunj Ladava, jev, nie, Benoit Socias, mafo-odoo, Alexis Hernandez |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:14:29 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Stripe Payment Acquirer |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_stripe |
payment.acquirer.form.inherit | payment.acquirer | xpath | Inherits payment.acquirer_form |
assets_frontend |
assets_frontend | ir.ui.view | qweb | Inherits web.assets_frontend |
stripe_form |
stripe_form | ir.ui.view | qweb | New |
stripe_s2s_form |
stripe_s2s_form | ir.ui.view | qweb | New |
provider
Selection
ondelete={'stripe': 'set default'}
selection_add=[('stripe', 'Stripe')]
stripe_image_url
Char
groups='base.group_user'
help='A relative or absolute URL pointing to a square image of your brand or product. As defined in your Stripe profile. See: https://stripe.com/docs/checkout'
args: 'Checkout Image URL'
stripe_publishable_key
Char
groups='base.group_user'
required_if_provider='stripe'
stripe_secret_key
Char
groups='base.group_user'
required_if_provider='stripe'
stripe_webhook_secret
Char
groups='base.group_user'
help='If you enable webhooks, this secret is used to verify the electronic signature of events sent by Stripe to Odoo. Failing to set this field in Odoo will disable the webhook system for this acquirer entirely.'
string='Stripe Webhook Secret'
stripe_form_generate_values(self, tx_values)
stripe_s2s_form_process(self, data)
stripe_payment_method
Char
stripe_create(self, values)
stripe_payment_intent
Char
readonly=True
string='Stripe Payment Intent ID'
stripe_payment_intent_secret
Char
readonly=True
string='Stripe Payment Intent Secret'
form_feedback(self, data, acquirer_name)
stripe_s2s_do_refund(self, **kwargs)
stripe_s2s_do_transaction(self, **kwargs)
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/13.0/payment_stripe |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting/Payment |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Thibault Delavallée, Christophe Simonis, Goffin Simon, Nicolas Martinelli, Nicolas Lempereur, Aaron Bohy, Damien Bouvy, Odoo Online, jev-odoo, Adrian Torres, Julien Castiaux, Xavier-Do, jvm-odoo, Victor Feyens, Sébastien Theys, Jason Van Malder, Anh Thao Pham (pta), Adrien Horgnies, Nikunj Ladava, jev, nie |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:06:43 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Stripe Payment Acquirer |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_stripe |
payment.acquirer.form.inherit | payment.acquirer | xpath | Inherits payment.acquirer_form |
assets_frontend |
assets_frontend | ir.ui.view | qweb | Inherits web.assets_frontend |
stripe_form |
stripe_form | ir.ui.view | qweb | New |
stripe_s2s_form |
stripe_s2s_form | ir.ui.view | qweb | New |
provider
Selection
selection_add=[('stripe', 'Stripe')]
stripe_image_url
Char
groups='base.group_user'
help='A relative or absolute URL pointing to a square image of your brand or product. As defined in your Stripe profile. See: https://stripe.com/docs/checkout'
args: 'Checkout Image URL'
stripe_publishable_key
Char
groups='base.group_user'
required_if_provider='stripe'
stripe_secret_key
Char
groups='base.group_user'
required_if_provider='stripe'
stripe_form_generate_values(self, tx_values)
stripe_s2s_form_process(self, data)
stripe_payment_method
Char
stripe_create(self, values)
stripe_payment_intent
Char
readonly=True
string='Stripe Payment Intent ID'
stripe_payment_intent_secret
Char
readonly=True
string='Stripe Payment Intent Secret'
form_feedback(self, data, acquirer_name)
stripe_s2s_do_refund(self, **kwargs)
stripe_s2s_do_transaction(self, **kwargs)
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/12.0/payment_stripe |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Christophe Simonis, Nicolas Martinelli, qdp-odoo, GitHub, qsm-odoo, Pierre Masereel, Laurent Smet, Toufik Benjaa, tbe-odoo, Christophe Monniez, Adrian Torres, Julien Castiaux, Xavier-Do, sri-odoo |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:57:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - decimal_precision - bus - web_tour - uom - analytic - portal - http_routing - digest |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Stripe Payment Acquirer |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_stripe |
payment.acquirer.form.inherit | payment.acquirer | xpath | Inherits payment.acquirer_form |
stripe_form |
stripe_form | ir.ui.view | qweb | New |
stripe_s2s_form |
stripe_s2s_form | ir.ui.view | qweb | New |
provider
Selection
selection_add=[('stripe', 'Stripe')]
stripe_image_url
Char
groups='base.group_user'
help='A relative or absolute URL pointing to a square image of your brand or product. As defined in your Stripe profile. See: https://stripe.com/docs/checkout'
args: 'Checkout Image URL'
stripe_publishable_key
Char
groups='base.group_user'
required_if_provider='stripe'
stripe_secret_key
Char
groups='base.group_user'
required_if_provider='stripe'
stripe_form_generate_values(self, tx_values)
stripe_s2s_form_process(self, data)
stripe_s2s_form_validate(self, data)
No new fields.
Public methods (1)stripe_create(self, values)
No new fields.
Public methods (2)stripe_s2s_do_refund(self, **kwargs)
stripe_s2s_do_transaction(self, **kwargs)
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/11.0/payment_stripe |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Christophe Simonis, David Monjoie, Joren Van Onder, Nicolas Martinelli, Nicolas Lempereur, qdp-odoo, GitHub, Lucas Perais (lpe), Damien Bouvy, Wolfgang Taferner, Odoo Online, Toufik Benjaa, tbe-odoo, fda-odoo |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:53:43 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - decimal_precision - bus - web_tour - analytic - web_planner - portal - http_routing |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Stripe Payment Acquirer |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_stripe |
payment.acquirer.form.inherit | payment.acquirer | xpath | Inherits payment.acquirer_form |
stripe_form |
stripe_form | ir.ui.view | qweb | New |
stripe_s2s_form |
stripe_s2s_form | ir.ui.view | qweb | New |
provider
Selection
selection_add=[('stripe', 'Stripe')]
stripe_image_url
Char
groups='base.group_user'
help='A relative or absolute URL pointing to a square image of your brand or product. As defined in your Stripe profile. See: https://stripe.com/docs/checkout'
args: 'Checkout Image URL'
stripe_publishable_key
Char
groups='base.group_user'
required_if_provider='stripe'
stripe_secret_key
Char
groups='base.group_user'
required_if_provider='stripe'
stripe_form_generate_values(self, tx_values)
stripe_s2s_form_process(self, data)
stripe_s2s_form_validate(self, data)
No new fields.
Public methods (1)stripe_create(self, values)
No new fields.
Public methods (2)stripe_s2s_do_refund(self, **kwargs)
stripe_s2s_do_transaction(self, **kwargs)
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/10.0/payment_stripe |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Odoo Translation Bot, Christophe Matthieu, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Thibault Delavallée, Fabien Meghazi, Christophe Simonis, Joren Van Onder, Goffin Simon, Nicolas Martinelli, Jeremy Kersten, Lucas Perais (lpe), Yannick Tivisse, Romain Derie, Denis Vermylen (dve), Toufik Benjaa, tbe-odoo, Christophe Monniez, Thibault Delavallee (Gooroodoo) tde@odoo.com |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:50:48 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Stripe Payment Acquirer |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
acquirer_form_stripe |
payment.acquirer.form.inherit | payment.acquirer | xpath | Inherits payment.acquirer_form |
payment_stripe_redirect |
Payment Stripe | ir.ui.view | qweb | New |
stripe_acquirer_button |
stripe_acquirer_button | ir.ui.view | qweb | New |
stripe_s2s_form |
stripe_s2s_form | ir.ui.view | qweb | New |
provider
Selection
selection_add=[('stripe', 'Stripe')]
stripe_image_url
Char
groups='base.group_user'
help='A relative or absolute URL pointing to a square image of your brand or product. As defined in your Stripe profile. See: https://stripe.com/docs/checkout'
args: 'Checkout Image URL'
stripe_publishable_key
Char
groups='base.group_user'
required_if_provider='stripe'
stripe_secret_key
Char
groups='base.group_user'
required_if_provider='stripe'
stripe_form_generate_values(self, tx_values)
stripe_s2s_form_process(self, data)
stripe_s2s_form_validate(self, data)
No new fields.
Public methods (1)stripe_create(self, values)
No new fields.
Public methods (1)stripe_s2s_do_transaction(self, **kwargs)