Account Move Select Reconciliation

account_move_select_reconciliation
REPOSITORY
REPOSITORYOCA/account-financial-tools
GIT
GIThttps://github.com/OCA/account-financial-tools.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-tools/tree/7.0/account_move_select_reconciliation
VERSION
VERSION 0.1
CATEGORY
CATEGORYFinance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSAgile Business Group
MAINTAINERS
MAINTAINERSAgile Business Group
COMMITTERS
COMMITTERSLorenzo Battistini, OCA Transbot
WEBSITE
WEBSITEhttp://www.agilebg.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_accountant
    - account_voucher
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module allows to manually select the journal item to be reconciled while
registering a journal entry.

**Example** (also see the included test case)

You have an open credit and you need to close it by a manual journal entry.
With this module you can manually create the payment journal entry, select the
open credit and click 'Reconcile Line'. The system will close the credit
generating the respective reconciliation.
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_move_form account.move.form account.move xpath Inherits account.view_move_form
Models touched (1)

New fields (0)

No new fields.

Public methods (3)
  • onchange_move_line_to_reconcile_id(self, cr, uid, ids, move_line_to_reconcile_id, context=None)
  • reconcile_move_line(self, cr, uid, ids, context=None)
  • unreconcile_move_line(self, cr, uid, ids, context=None)