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)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
 

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
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)HandlerAuthTypeMethodsFlags
(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)
  • 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'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…