TIP: You can type at any time to perform a new search.
Wire Transfer Payment Acquirer
payment_transfer · odoo/odoo
- Repository
- odoo/odoo · module folder
- Module version
- 2.0
- Category
- Accounting/Payment Acquirers
- Folder size
- 0.25 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- None
- Last tracking update
- 2026-08-07 05:29:17
- Authors
- Maintainers
- None
- Committers
- Xavier Morel, Martin Trigaux, Odoo Translation Bot, Jeremy Kersten, Xavier-Do, Nasreddin Boulif (bon), Nicolas (vin), Yolann Sabaux, Antoine Vandevenne (anv)
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
payment_acquirer_form |
Wire Transfer Acquirer Form | payment.acquirer | form | Inherits payment.payment_acquirer_form |
redirect_form |
redirect_form | ir.ui.view | qweb | New |
transfer_transaction_status |
transfer_transaction_status | ir.ui.view | qweb | Inherits payment.transaction_status |
HTTP endpoints (1)
| Route(s) | Handler | Auth | Type | Methods | Flags |
|---|---|---|---|---|---|
| (inherited route override) | TransferController.transfer_form_feedback |
public | http | POST | csrf off sudo |
Models touched (2)
New fields (2)
-
providerSelectiondefault='transfer'ondelete={'transfer': 'set default'}selection_add=[('transfer', 'Wire Transfer')] -
qr_codeBooleanhelp='Enable the use of QR-codes when paying by wire transfer.'string='Enable QR Codes'
-
create(self, values_list)@api.model_create_multiMake sure to have a pending_msg set. -
write(self, values)Make sure to have a pending_msg set.
New fields (0)
No new fields.
Public methods (0)No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…