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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
delivery, website_sale_collect
Description
 

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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)HandlerAuthTypeMethodsFlags
(inherited route override) CustomController.custom_process_transaction public http POST csrf off sudo
Models touched (2)

New fields (3)
  • code Selection
    ondelete={'custom': 'set default'} selection_add=[('custom', 'Custom')]
  • custom_mode Selection
    required_if_provider='custom' selection=[('wire_transfer', 'Wire Transfer')] string='Custom Mode'
  • qr_code Boolean
    help='Enable the use of QR-codes when paying by wire transfer.' string='Enable QR Codes'
Public methods (2)
  • 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…