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

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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)HandlerAuthTypeMethodsFlags
/payment/authorize/payment AuthorizeController.authorize_payment public jsonrpc ALL sudo
Models touched (3)

New fields (5)
  • authorize_client_key Char
    copy=False help='The public client key. To generate directly from Odoo or from Authorize.Net backend.' string='API Client Key'
  • authorize_login Char
    copy=False help='The ID solely used to identify the account with Authorize.Net' required_if_provider='authorize' string='API Login ID'
  • authorize_signature_key Char
    copy=False groups='base.group_system' required_if_provider='authorize' string='API Signature Key'
  • authorize_transaction_key Char
    copy=False groups='base.group_system' required_if_provider='authorize' string='API Transaction Key'
  • code Selection
    ondelete={'authorize': 'set default'} selection_add=[('authorize', 'Authorize.Net')]
Public methods (1)
  • action_update_merchant_details(self)
    Fetch the merchant details to update the client key and the account currency.

New fields (1)
  • authorize_profile Char
    help='The unique reference for the partner/token combination in the Authorize.net backend.' string='Authorize.Net Profile ID'
Public methods (0)

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…