Repository
OCA/bank-payment · module folder · Try on Runboat
Module version
1.0.0
Category
Banking addons
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/bank-payment
Last tracking update
2026-08-07 08:43:02
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Weblate, OCA-git-bot, oca-ci, Khôi (Kiên Kim)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module allows to mark invoices as "selected for payment". This can
be done in the list view of invoices using a button in the first column
of the view which shows the selection status. This selection persists
until a payment is registered.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_account_invoice_filter account.move.select account.move Inherits account.view_account_invoice_filter
view_invoice_tree account.move tree Inherits account.view_invoice_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (1)
  • selected_for_payment Boolean
    args: 'To Pay'
Public methods (2)
  • action_register_payment(self)
  • action_toggle_select_for_payment(self)

Loading…

Loading…