Repository
OCA/account-reconcile · module folder · Try on Runboat
Module version
1.0.0
Category
Banking addons
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/bank-payment
Last tracking update
2026-08-07 07:17:51
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Akim Juillerat, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_payment_mode_form_inherit account.payment.mode.form.inherit account.payment.mode form Inherits account_payment_mode.account_payment_mode_form
invoice_form_inherit account_payment_partner.invoice_form.inherit account.invoice form Inherits account_payment_partner.invoice_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (3)
  • 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'
Public methods (4)
  • auto_reconcile_credits(self, partial_allowed=True)
    @api.multi
  • auto_unreconcile_credits(self)
    @api.multi
  • invoice_validate(self)
    @api.multi
  • write(self, vals)
    @api.multi

New fields (1)
  • payment_mode_auto_reconcile Boolean
Public methods (1)
  • create(self, vals)
    @api.model

New fields (3)
  • 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'
Public methods (0)

No public methods.

Status
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
1259 days ago
Last activity
666 days ago
Repository
OCA/account-reconcile
Pull request
[16.0][MIG] account_payment_mode_auto_reconcile: Migrate to version 16.0 (#537)