TIP: You can type at any time to perform a new search.
Payment Provider: Authorize.Net
payment_authorize · odoo/odoo
🛠 Migration considerations
- Raw `cr.execute()` INSERT/UPDATE/DELETE bypasses the ORM (no compute/constrains/tracking/mail): `SELECT 1 FROM payment_transaction WHERE id = %s FOR NO KEY UPDATE` - re-check the table/column names still match after upgrading. migration-raw-sql-write · source
Found by automated static analysis: patterns worth a look before/after upgrading this module to a newer Odoo version.
- Repository
- odoo/odoo · module folder
- Module version
- 2.0
- Category
- Accounting/Payment Providers
- Folder size
- 0.6 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-17 16:17:06
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Xavier ALT, Odoo Translation Bot, Julien Castiaux, Victor Feyens, Tiffany Chang (tic), Gorash, Antoine Vandevenne (anv), Valentin Chevalier, Pedram (PEBR), Dylan Kiss (dyki), Valeriya(vchu), adda-odoo, Louis (loti), Mahdi Alijani (malj), anko-odoo, Thomas Carlier (thc), krip-odoo, Waleed Elgamal, chpa-odoo
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
inline_form |
inline_form | ir.ui.view | qweb | New |
payment_provider_form |
Authorize.Net Provider Form | payment.provider | form | Inherits payment.payment_provider_form |
payment_token_form |
Authorize.Net Token Form | payment.token | form | Inherits payment.payment_token_form |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
/payment/authorize/payment |
AuthorizeController.authorize_payment |
public | jsonrpc | ALL | sudo |
Models touched (3)
New fields (5)
-
authorize_client_keyCharcopy=Falsehelp='The public client key. To generate directly from Odoo or from Authorize.Net backend.'string='API Client Key' -
authorize_loginCharcopy=Falsehelp='The ID solely used to identify the account with Authorize.Net'required_if_provider='authorize'string='API Login ID' -
authorize_signature_keyCharcopy=Falsegroups='base.group_system'required_if_provider='authorize'string='API Signature Key' -
authorize_transaction_keyCharcopy=Falsegroups='base.group_system'required_if_provider='authorize'string='API Transaction Key' -
codeSelectionondelete={'authorize': 'set default'}selection_add=[('authorize', 'Authorize.Net')]
-
action_update_merchant_details(self)Fetch the merchant details to update the client key and the account currency.
New fields (1)
-
authorize_profileCharhelp='The unique reference for the partner/token combination in the Authorize.net backend.'string='Authorize.Net Profile ID'
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…