TIP: You can type at any time to perform a new search.
Payment Provider: PayU
payment_payu · odoo/odoo
- 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
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (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)
-
codeSelectionondelete={'payu': 'set default'}selection_add=[('payu', 'PayU')] -
payu_key_idCharcopy=Falsestring='PayU Key Id' -
payu_merchant_saltCharcopy=Falsegroups='base.group_system'string='PayU Merchant Salt'
-
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.