Account Move Reconcile Export

account_move_reconcile_export
REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/17.0/account_move_reconcile_export
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, christian-ramos-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/account-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mail
    - base
    - base_setup
    - web
    - bus
    - web_tour
    - account
    - onboarding
    - product
    - 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
This module adds a computed field `reconciled_move_ids` ("Reconciled Moves") on
journal entries, which allows you to export information related to the moves
reconciled against an invoice. For example, you can export the dates and amounts
of each payment linked to an invoice.

Out of the box, Odoo does not expose an easily exportable field for this data —
the existing payments widget is explicitly marked as ``exportable=False``.

Code Analysis

Views touched (0)

No views found for this module.

Models touched (1)

New fields (1)
  • reconciled_move_ids Many2many → account.move
    compute='_compute_reconcile_move_ids' string='Reconciled Moves' args: 'account.move'
Public methods (0)

No public methods.