TIP: You can type at any time to perform a new search.
Payment Provider: Custom Payment Modes
payment_custom · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 2.0
- Category
- Accounting/Payment Providers
- Folder size
- 0.3 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- None
- Last tracking update
- 2026-08-15 22:44:15
- Authors
- Odoo S.A.
- Maintainers
- Odoo S.A.
- Committers
- Xavier Morel, Odoo Translation Bot, Julien Castiaux, Tiffany Chang (tic), Gorash, Mathieu Duckerts-Antoine, Miquel Raïch, Antoine Vandevenne (anv), Valentin Chevalier, Julien (jula), Dylan Kiss (dyki), Valeriya(vchu), Louis (loti), dere-odoo, Krzysztof Magusiak (krma), Nisarg (nipl), chpa-odoo
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
custom_state_header |
custom_state_header | ir.ui.view | qweb | Inherits payment.state_header |
payment_custom.payment_method_form |
payment_custom.payment_method_form | ir.ui.view | qweb | Inherits payment.method_form |
payment_custom.token_form |
payment_custom.token_form | ir.ui.view | qweb | Inherits payment.token_form |
payment_provider_form |
Custom Provider Form | payment.provider | form | Inherits payment.payment_provider_form |
redirect_form |
redirect_form | ir.ui.view | qweb | New |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | CustomController.custom_process_transaction |
public | http | POST | csrf off sudo |
Models touched (2)
New fields (3)
-
codeSelectionondelete={'custom': 'set default'}selection_add=[('custom', 'Custom')] -
custom_modeSelectionrequired_if_provider='custom'selection=[('wire_transfer', 'Wire Transfer')]string='Custom Mode' -
qr_codeBooleanhelp='Enable the use of QR-codes when paying by wire transfer.'string='Enable QR Codes'
-
action_recompute_pending_msg(self)Recompute the pending message to include the existing bank accounts. -
create(self, vals_list)@api.model_create_multi
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…