Repository
odoo/odoo · module folder
Module version
1.1
Category
Accounting
Folder size
0.13 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
None
Last tracking update
2026-08-07 05:07:17
Authors
Maintainers
None
Committers
Fabien Pinckaers, Christophe Simonis, Martin Trigaux, Odoo Translation Bot, Nicolas Martinelli, qdp-odoo, GitHub, Xavier-Do, Sébastien Theys
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_banking_make_deposit, account_document_reversal, assets_management, hr_expense_cancel, hr_payroll_cancel, l10n_br_account, l10n_br_account_payment_order, l10n_es_ticketbai, l10n_it_reverse_charge, l10n_mx, l10n_si
Description
Allows canceling accounting entries.
====================================

This module adds a checkbox on the accounting journals to allow the cancellation of journal entries.

This checkbox is only visible on the accounting journals when the debug mode is active.

If this checkbox is set to TRUE, it allows users to cancel journal entries.

The accounting entry that is cancelled can then be modified and reposted or deleted.

It also operates on invoices, bank statements, payments ...

Be careful with this module as it has audit implications. Cancelling accounting entries is not authorized in all countries.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
bank_statement_cancel_form_inherit bank.statement.cancel.form.inherit account.bank.statement form Inherits account.view_bank_statement_form
bank_statement_draft_form_inherit bank.statement.draft.form.inherit account.bank.statement form Inherits account.view_bank_statement_form
invoice_form_cancel_inherit invoice.form.cancel.inherit account.invoice form Inherits account.invoice_form
invoice_supplier_cancel_form_inherit invoice.supplier.cancel.form.inherit account.invoice form Inherits account.invoice_supplier_form
payment_cancel_form_inherit payment.cancel.form.inherit account.payment form Inherits account.view_account_payment_form
view_account_journal_form_inherit account.journal.form account.journal form Inherits account.view_account_journal_form
view_move_form_inherit_account_cancel account.move.form.inherit account.move form Inherits account.view_move_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

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

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…