Repository
OCA/account-payment · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting/Payment
Folder size
0.04 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-payment
Last tracking update
2026-08-07 09:06:25
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
Weblate, Eduardo de Miguel, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module extends the functionality of accounting to let you quickly find
which journal items are due today and register payments for them individually,
even if they are partial invoice payments. They also get appropriately matched
automatically.

In simpler words, you can find and register due payments, regardless if the
invoice had one or more payment terms.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_account_move_line_filter Allow quickly finding overdue lines account.move.line Inherits account.view_account_move_line_filter
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • pending_due_date Date
    compute='_compute_pending_due_date' help="The date when the payment is due, or empty if it's done." string='Remaining due days'
Public methods (0)

No public methods.

Loading…

Loading…