Repository
OCA/account-reconcile · module folder · Try on Runboat
Module version
1.0.0
Category
other
Folder size
0.02 MB
License
LGPL-3
Application
No
Auto-installable
No
Website
http://www.camptocamp.com
Last tracking update
2026-08-07 06:56:13
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Leonardo Pistone, Guewen Baconnier, Alexandre Fayolle, Pedro M. Baeza, Vincent Renaville, unknown, Launchpad Translations on behalf of banking-addons-team, Rudolf Schnapka, vrenaville, Sebastien Beau
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
account_payment_transaction_id
Description
Prevent voucher creation when importing lines into statement
============================================================

When importing invoice or payment into a bank statement or a payment order,
normally a draft voucher is created on the line. This module will disable this
voucher creation. When importing payment line, date used to populate statement
line will be take from imported line in this order:

 * Date
 * Maturity date
 * Related statement date

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
account_bank_statement_view_form account.bank.statement form Inherits account.view_bank_statement_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • populate_statement(self, cr, uid, ids, context=None)
    Taken from payment addon as no hook is vailable. No function no refactoring, just trimming the part that generates voucher

New fields (0)

No new fields.

Public methods (1)
  • populate_statement(self, cr, uid, ids, context=None)
    Taken from account voucher as no hook is available. No function no refactoring, just trimming the part that generates voucher