| 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_nuvei |
| VERSION | |
| VERSION | 0.1.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, Tiffany Chang (tic), Antoine Vandevenne (anv), Andrew Gavgavian, Dylan Kiss (dyki), Valeriya(vchu), Louis (loti), kcv-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 |
|---|---|---|---|---|
payment_provider_form |
Nuvei Provider Form | payment.provider | group | Inherits payment.payment_provider_form |
redirect_form |
redirect_form | ir.ui.view | qweb | New |
code
Selection
ondelete={'nuvei': 'set default'}
selection_add=[('nuvei', 'Nuvei')]
nuvei_merchant_identifier
Char
copy=False
help='The code of the merchant account to use with this provider.'
required_if_provider='nuvei'
string='Nuvei Merchant Identifier'
nuvei_secret_key
Char
copy=False
groups='base.group_system'
required_if_provider='nuvei'
string='Nuvei Secret Key'
nuvei_site_identifier
Char
copy=False
groups='base.group_system'
help='The site identifier code associated with the merchant account.'
required_if_provider='nuvei'
string='Nuvei Site Identifier'
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_nuvei |
| VERSION | |
| VERSION | 0.1.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, Andrew Gavgavian, Dylan Kiss (dyki) |
| 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 |
|---|---|---|---|---|
payment_provider_form |
Nuvei Provider Form | payment.provider | group | Inherits payment.payment_provider_form |
redirect_form |
redirect_form | ir.ui.view | qweb | New |
code
Selection
ondelete={'nuvei': 'set default'}
selection_add=[('nuvei', 'Nuvei')]
nuvei_merchant_identifier
Char
help='The code of the merchant account to use with this provider.'
required_if_provider='nuvei'
string='Nuvei Merchant Identifier'
nuvei_secret_key
Char
groups='base.group_system'
required_if_provider='nuvei'
string='Nuvei Secret Key'
nuvei_site_identifier
Char
groups='base.group_system'
help='The site identifier code associated with the merchant account.'
required_if_provider='nuvei'
string='Nuvei Site Identifier'
No public methods.
No new fields.
Public methods (0)No public methods.