Repository
odoo/odoo · module folder
Module version
1.0
Category
Accounting/Payment Providers
Folder size
0.36 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-15 22:44:18
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Xavier ALT, Odoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Gorash, Antoine Vandevenne (anv), Valentin Chevalier, nni-odoo, Levi Siuzdak (sile), Dylan Kiss (dyki), Valeriya(vchu), Louis (loti), yagp-odoo, nni@odoo.com, Anton Romanova (roan), kaju-odoo, Arnav Varshney, 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_xendit Xendit Provider Form payment.provider form Inherits payment.payment_provider_form
redirect_form redirect_form ir.ui.view qweb New
HTTP endpoints (3)
Route(s)HandlerAuthTypeMethodsFlags
/payment/xendit/payment XenditController.xendit_payment public jsonrpc ALL sudo
(inherited route override) XenditController.xendit_return public http GET sudo
(inherited route override) XenditController.xendit_webhook public http POST csrf off sudo
Models touched (2)

New fields (4)
  • code Selection
    ondelete={'xendit': 'set default'} selection_add=[('xendit', 'Xendit')]
  • xendit_public_key Char
    copy=False groups='base.group_system' required_if_provider='xendit' string='Xendit Public Key'
  • xendit_secret_key Char
    copy=False groups='base.group_system' required_if_provider='xendit' string='Xendit Secret Key'
  • xendit_webhook_token Char
    copy=False groups='base.group_system' required_if_provider='xendit' string='Xendit Webhook Token'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…