| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/14.0/payment_fix_register_token |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Laurent Smet, Xavier-Do, Antoine Vandevenne (anv) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:14:29 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - payment - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_account_payment_register_form_inherit_payment |
account.payment.register.form.inherit.payment | account.payment.register | field | Inherits account.view_account_payment_register_form |
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'
No public methods.