| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-reconcile |
| GIT | |
| GIT | https://github.com/OCA/account-reconcile.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-reconcile/tree/10.0/account_payment_mode_auto_reconcile |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Banking addons |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Akim Juillerat, oca-travis, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/bank-payment |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:20:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/bank-payment: - account_payment_partner - account_payment_mode odoo/odoo: - account - base_setup - base - web_kanban - web - product - decimal_precision - bus - web_tour - report - analytic - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
account_payment_mode_form_inherit |
account.payment.mode.form.inherit | account.payment.mode | group | Inherits account_payment_mode.account_payment_mode_form |
invoice_form_inherit |
account_payment_partner.invoice_form.inherit | account.invoice | field | Inherits account_payment_partner.invoice_form |
display_payment_mode_warning
Boolean
compute='_compute_payment_mode_warning'
payment_mode_id
Many2one
states={'draft': [('readonly', False)], 'open': [('readonly', False)]}
payment_mode_warning
Char
compute='_compute_payment_mode_warning'
auto_reconcile_credits(self, partial_allowed=True)
auto_unreconcile_credits(self)
invoice_validate(self)
write(self, vals)
payment_mode_auto_reconcile
Boolean
create(self, vals)
auto_reconcile_allow_partial
Boolean
default=True
help='Allows automatic partial reconciliation of outstanding credits'
string='Allow partial'
auto_reconcile_outstanding_credits
Boolean
help='Reconcile automatically outstanding credits when an invoice using this payment mode is validated, or when this payment mode is defined on an open invoice.'
string='Auto reconcile'
auto_reconcile_same_journal
Boolean
default=False
help='Only reconcile payment in the same journal than the invoice'
string='Only same journal'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/account-reconcile |
| PULL REQUEST | |
| PULL REQUEST | [16.0][MIG] account_payment_mode_auto_reconcile: Migrate to version 16.0 (#537) |