Account Voucher No Auto Lines

account_voucher_no_auto_lines
REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/7.0/account_voucher_no_auto_lines
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSSavoir-faire Linux
MAINTAINERS
MAINTAINERSSavoir-faire Linux
COMMITTERS
COMMITTERSJoao Alfredo Gama Batista, EL HADJI DEM, dufresnedavid, Loïc Faure-Lacroix
WEBSITE
WEBSITEhttp://www.savoirfairelinux.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
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Account Voucher No Auto Lines
=============================

This module allows users to select manually the lines to be payed by
the voucher. The voucher will no longer try to match the credits/debits
with the total amount.

Contributors
------------
* Joao Alfredo Gama Batista (joao.gama@savoirfairelinux.com)
    

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_vendor_payment_form view.vendor.payment.form account.voucher Inherits account_voucher.view_vendor_payment_form
view_vendor_receipt_dialog_form view.vendor.payment.form account.voucher Inherits account_voucher.view_vendor_receipt_dialog_form
view_vendor_receipt_form view.vendor.receipt.form account.voucher Inherits account_voucher.view_vendor_receipt_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

Public methods (3)
  • onchange_amount(self, cr, uid, ids, *args, **kwargs)
  • onchange_journal(self, cr, uid, ids, *args, **kwargs)
  • onchange_partner_id(self, cr, uid, ids, *args, **kwargs)