Repository
OCA/account-payment · module folder · Try on Runboat
Module version
1.0.0
Category
Uncategorized
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-payment
Last tracking update
2026-08-07 08:23:01
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, christian-ramos-tecnativa
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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.

HTTP endpoints (0)

No HTTP endpoints 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.