TIP: You can type at any time to perform a new search.
Payment Provider: Nuvei
payment_nuvei · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 0.1.0
- Category
- Accounting/Payment Providers
- Folder size
- 0.26 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-08 22:45:29
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Odoo Translation Bot, Tiffany Chang (tic), Antoine Vandevenne (anv), Andrew Gavgavian, Dylan Kiss (dyki), Valeriya(vchu), Louis (loti), kcv-odoo, Valeriya (vchu)
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
payment_provider_form |
Nuvei Provider Form | payment.provider | form | Inherits payment.payment_provider_form |
redirect_form |
redirect_form | ir.ui.view | qweb | New |
HTTP endpoints (2)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | NuveiController.nuvei_return_from_checkout |
public | http | GET | sudo |
| (inherited route override) | NuveiController.nuvei_webhook |
public | http | POST | csrf off sudo |
Models touched (2)
New fields (4)
-
codeSelectionondelete={'nuvei': 'set default'}selection_add=[('nuvei', 'Nuvei')] -
nuvei_merchant_identifierCharcopy=Falsehelp='The code of the merchant account to use with this provider.'required_if_provider='nuvei'string='Nuvei Merchant Identifier' -
nuvei_secret_keyCharcopy=Falsegroups='base.group_system'required_if_provider='nuvei'string='Nuvei Secret Key' -
nuvei_site_identifierCharcopy=Falsegroups='base.group_system'help='The site identifier code associated with the merchant account.'required_if_provider='nuvei'string='Nuvei Site Identifier'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…