Account payment line cancel

account_payment_line_cancel
REPOSITORY
REPOSITORYOCA/bank-payment
GIT
GIThttps://github.com/OCA/bank-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/bank-payment/tree/10.0/account_payment_line_cancel
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYBanking addons
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA)
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA Transbot, Emanuel Cino, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/bank-payment
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:20:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/bank-payment:
    - account_payment_order
    - account_payment_partner
    - account_payment_mode
odoo/odoo:
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - web_planner
    - base_iban
    - document
    - account_cancel
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits account_payment_order.account_payment_line_tree
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