Repository
odoo/odoo · module folder
Module version
1.0
Category
Hidden
Folder size
0.01 MB
License
LGPL-3
Application
No
Auto-installable
Yes
Website
None
Last tracking update
2026-08-07 05:19:52
Authors
Maintainers
None
Committers
Laurent Smet, Xavier-Do, Antoine Vandevenne (anv)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_payment_register_form_inherit_payment account.payment.register.form.inherit.payment account.payment.register form Inherits account.view_account_payment_register_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (3)
  • payment_method_code Char
    related='payment_method_id.code'
  • payment_token_id Many2one → payment.token
    comodel_name='payment.token' compute='_compute_payment_token_id' domain="[\n (payment_method_code == 'electronic', '=', 1),\n ('company_id', '=', company_id),\n ('acquirer_id.capture_manually', '=', False),\n ('acquirer_id.journal_id', '=', journal_id),\n ('partner_id', 'in', suitable_payment_token_partner_ids),\n ]" help='Note that tokens from acquirers set to only authorize transactions (instead of capturing the amount) are not available.' readonly=False store=True string='Saved payment token'
  • suitable_payment_token_partner_ids Many2many → res.partner
    comodel_name='res.partner' compute='_compute_suitable_payment_token_partner_ids'
Public methods (0)

No public methods.