Repository
odoo/odoo · module folder
Module version
0.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-15 22:44:20
Authors
Odoo S.A.
Maintainers
Odoo S.A.
Committers
Odoo Translation Bot, Valeriya (vchu), Shrey Mehta
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
 

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
authorization_error Authorization Error ir.ui.view qweb New
payment_provider_form PayU 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
(inherited route override) PayUOnboardingController.payu_return_from_authorization user http GET website
(inherited route override) PayuController.payu_return_from_checkout public http POST csrf off sudo
(inherited route override) PayuController.payu_webhook public http POST csrf off sudo
Models touched (2)

New fields (3)
  • code Selection
    ondelete={'payu': 'set default'} selection_add=[('payu', 'PayU')]
  • payu_key_id Char
    copy=False string='PayU Key Id'
  • payu_merchant_salt Char
    copy=False groups='base.group_system' string='PayU Merchant Salt'
Public methods (1)
  • action_start_onboarding(self, menu_id=None)
    Override of `payment` to redirect to the PayU OAuth URL. Note: `self.ensure_one()` :return: An URL action to redirect to the PayU OAuth URL :rtype: dict :raise RedirectWarning: If the company's currency is not supported

New fields (0)

No new fields.

Public methods (0)

No public methods.