| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/bank-payment |
| GIT | |
| GIT | https://github.com/OCA/bank-payment.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/bank-payment/tree/8.0/account_banking_payment_transfer |
| VERSION | |
| VERSION | 0.3.1 |
| CATEGORY | |
| CATEGORY | Banking addons |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Banking addons community |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Banking addons community |
| COMMITTERS | |
| COMMITTERS | Stéphane Bidoul, Alexis de Lattre, Yannick Vaucher, Alexandre Fayolle, Holger Brunn, Pedro M. Baeza, GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, Danimar Ribeiro, Adrien Peiffer (ACSONE), Rod Schouteden, oca-travis, Roberto Lizana, Weblate, Matt Choplin, Philippe Schmidt |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/banking |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:27 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_banking_payment_export odoo/odoo: - account_payment - account - base_setup - base - web_kanban - web - product - decimal_precision - report - analytic - board - edi - email_template - account_voucher - base_iban - document - knowledge |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_payment_mode_form_inherit |
payment.mode.form.inherit | payment.mode | xpath | Inherits account_banking_payment_export.view_payment_mode_form_inherit |
view_payment_order_form_inherit |
account.payment.order.form (account_banking_payment_transfer) | payment.order | xpath | Inherits account_banking_payment_export.view_payment_order_form |
view_payment_order_tree |
account_banking_payment_transfer.payment.order.tree | payment.order | field | Inherits account_banking_payment_export.view_payment_order_tree |
No new fields.
Public methods (1)unlink(self)
transfer_move_line_id
Many2one → account.move.line
compute='_get_transfer_move_line'
help='Counterpart move line on the transfer account'
store=True
string='Transfer move line counterpart'
args: 'account.move.line'
transit_move_line_id
Many2one → account.move.line
help='Move line through which the payment/debit order pays the invoice'
readonly=True
string='Transfer move line'
args: 'account.move.line'
debit_reconcile(self)
move_line_transfer_account_hashcode(self)
date_done
Date
readonly=True
select=True
args: 'Date Confirmed'
msg
Char
default=''
readonly=True
required=False
args: 'Message'
payment_line_hashcode(self)
transfer_account_id
Many2one → account.account
domain=[('type', '!=', 'view'), ('reconcile', '=', True)]
help='Pay off lines in sent orders with a move on this account. You can only select accounts of type regular that are marked for reconciliation'
string='Transfer account'
args: 'account.account'
transfer_journal_id
Many2one → account.journal
help='Journal to write payment entries when confirming a debit order of this mode'
string='Transfer journal'
args: 'account.journal'
transfer_move_option
Selection
default='date'
string='Transfer move option'
args: [('date', 'One move per payment date'), ('line', 'One move per payment line')]
No public methods.
date_prefered
Selection
states={'sent': [('readonly', True)], 'rejected': [('readonly', True)], 'done': [('readonly', True)]}
date_scheduled
Date
states={'sent': [('readonly', True)], 'rejected': [('readonly', True)], 'done': [('readonly', True)]}
date_sent
Date
readonly=True
string='Send date'
line_ids
One2many
states={'open': [('readonly', True)], 'cancel': [('readonly', True)], 'sent': [('readonly', True)], 'rejected': [('readonly', True)], 'done': [('readonly', True)]}
mode
Many2one
states={'sent': [('readonly', True)], 'rejected': [('readonly', True)], 'done': [('readonly', True)]}
partial_reconcile_count
Integer
compute='get_partial_reconcile_count'
string='Partial Reconciles Counter'
reference
Char
states={'sent': [('readonly', True)], 'rejected': [('readonly', True)], 'done': [('readonly', True)]}
state
Selection
selection_add=[('sent', 'Sent'), ('rejected', 'Rejected')]
string='State'
user_id
Many2one
states={'sent': [('readonly', True)], 'rejected': [('readonly', True)], 'done': [('readonly', True)]}
action_done(self)
action_rejected(self)
action_sent(self)
action_sent_no_move_line_hook(self, pay_line)
get_partial_reconcile_count(self)
get_partial_reconcile_ids(self)
get_transfer_move_line_ids(self, *args)
partial(self)
test_done(self)
test_undo_done(self)