Repository
OCA/bank-payment · module folder · Try on Runboat
Module version
1.0.0
Category
Banking addons
Folder size
0.03 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/bank-payment
Last tracking update
2026-08-07 07:17:52
Authors
Odoo Community Association (OCA)
Maintainers
Odoo Community Association (OCA)
Committers
OCA Transbot, Emanuel Cino, OCA-git-bot, oca-travis
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
l10n_ch_import_pain002
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
account_invoice_free_view account.invoice.free.form account.invoice.free form New
account_payment_line_cancel_view account.payment.line.cancel.tree account.payment.line tree Inherits account_payment_order.account_payment_line_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • cancel_payment_lines(self)
    @api.multi
    This function simply finds related payment lines and cancel them.

New fields (0)

No new fields.

Public methods (1)
  • invoice_free(self)
    @api.multi

New fields (1)
  • cancel_reason Char
Public methods (1)
  • cancel_line(self)
    This method proceed to call private methods to remove payment lines from payment order A cancel reason can be put in the cancel_reason field. :return: True