Satement voucher killer

statement_voucher_killer
REPOSITORY
REPOSITORYOCA/account-reconcile
GIT
GIThttps://github.com/OCA/account-reconcile.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-reconcile/tree/7.0/statement_voucher_killer
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYother
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSGuewen Baconnier, Alexandre Fayolle, Leonardo Pistone, Pedro M. Baeza, unknown, Vincent Renaville, Sebastien Beau, Launchpad Translations on behalf of banking-addons-team, vrenaville, Rudolf Schnapka
WEBSITE
WEBSITEhttp://www.camptocamp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_voucher
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - process
    - decimal_precision
    - mail
    - analytic
    - board
    - edi
    - email_template
    - account_payment
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
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 field Inherits account.view_bank_statement_form
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