TIP: You can type at any time to perform a new search.
Payment Provider: Ogone
payment_ogone · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 2.0
- Category
- Accounting/Payment Providers
- Folder size
- 0.38 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-08 22:19:35
- Authors
- Maintainers
- None
- Committers
- Fabien Meghazi, Odoo Translation Bot, Denis Ledoux, Yannick Tivisse, Odoo Online, Victor Feyens, Florent de Labarre, Gorash, Pierre Paridans, Antoine Vandevenne (anv), Hubert Van De Walle, niyasraphy, Louis Wicket (wil), Valeriya(vchu), Anita (anko), Louis (wil), dija-odoo
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
payment_provider_form |
Ogone Provider Form | payment.provider | form | Inherits payment.payment_provider_form |
redirect_form |
redirect_form | ir.ui.view | qweb | New |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | OgoneController.ogone_return_from_checkout |
public | http | GET, POST | csrf off sudo |
Models touched (3)
New fields (7)
-
codeSelectionondelete={'ogone': 'set default'}selection_add=[('ogone', 'Ogone')] -
ogone_hash_functionSelectiondefault='sha512'required_if_provider='ogone'string='Hash function' args: [('sha1', 'SHA1'), ('sha256', 'SHA256'), ('sha512', 'SHA512')] -
ogone_passwordChargroups='base.group_system'required_if_provider='ogone'string='API User Password' -
ogone_pspidCharhelp='The ID solely used to identify the account with Ogone'required_if_provider='ogone'string='PSPID' -
ogone_shakey_inChargroups='base.group_system'required_if_provider='ogone'string='SHA Key IN' -
ogone_shakey_outChargroups='base.group_system'required_if_provider='ogone'string='SHA Key OUT' -
ogone_useridCharhelp='The ID solely used to identify the API user with Ogone'required_if_provider='ogone'string='API User ID'
-
action_open_worldline_provider(self)Open the Worldline module form.
New fields (0)
No new fields.
Public methods (1)-
write(self, values)Override to prevent archiving of tokens during Ogone to Worldline migration. :param dict values: The values to write on the record. :return: None if the write is skipped, otherwise the result of the parent write. :rtype: bool or None
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…