TIP: You can type at any time to perform a new search.
Account payment line cancel
account_payment_line_cancel · OCA/bank-payment
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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.multiThis 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_reasonChar
-
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