Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Payment Providers
Folder size
0.24 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, Julien Castiaux, Tiffany Chang (tic), Gorash, Antoine Vandevenne (anv), Dylan Kiss (dyki), Valeriya(vchu), Louis (loti), Anton Romanova (roan), chpa-odoo
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
 

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
payment_provider_form APS 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) APSController.aps_return_from_checkout public http POST csrf off sudo
(inherited route override) APSController.aps_webhook public http POST csrf off sudo
Models touched (2)

New fields (5)
  • aps_access_code Char
    copy=False groups='base.group_system' help='The access code associated with the merchant account.' required_if_provider='aps' string='APS Access Code'
  • aps_merchant_identifier Char
    copy=False help='The code of the merchant account to use with this provider.' required_if_provider='aps' string='APS Merchant Identifier'
  • aps_sha_request Char
    copy=False groups='base.group_system' required_if_provider='aps' string='APS SHA Request Phrase'
  • aps_sha_response Char
    copy=False groups='base.group_system' required_if_provider='aps' string='APS SHA Response Phrase'
  • code Selection
    ondelete={'aps': 'set default'} selection_add=[('aps', 'Amazon Payment Services')]
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…