Supplier Invoice Number In Payment Vouchers

account_voucher_supplier_invoice_number
REPOSITORY
REPOSITORYOCA/account-payment
GIT
GIThttps://github.com/OCA/account-payment.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-payment/tree/8.0/account_voucher_supplier_invoice_number
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group, Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group, Savoir-faire Linux
COMMITTERS
COMMITTERSStéphane Bidoul, Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, dufresnedavid, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttp://www.agilebg.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:26
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account_voucher
    - account
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - report
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_vendor_payment_form account.voucher.payment.form account.voucher xpath Inherits account_voucher.view_vendor_payment_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • recompute_voucher_lines(self, partner_id, journal_id, price, currency_id, ttype, date)
    @api.multi

New fields (1)
  • supplier_invoice_number Char
    compute='_compute_supplier_invoice_number' size=64 args: 'Supplier Invoice Number'
Public methods (1)
  • get_suppl_inv_num(self, move_line_id)
    @api.model
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_supplier_invoice_number
VERSION
VERSION 0.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSLorenzo Battistini, Alexandre Fayolle, Joao Alfredo Gama Batista, Pedro M. Baeza, Rudolf Schnapka, moylop260, dufresnedavid, Maxime Chambreuil - http://www.savoirfairelinux.com
WEBSITE
WEBSITEhttp://www.agilebg.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
This module adds the supplier invoice number to (Supplier Payment) voucher
lines. So that it's more easy to find the right invoice we are going to pay.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_vendor_payment_form account.voucher.payment.form account.voucher xpath Inherits account_voucher.view_vendor_payment_form
Models touched (2)

New fields (0)

No new fields.

Public methods (1)
  • recompute_voucher_lines(self, cr, uid, ids, partner_id, journal_id, price, currency_id, ttype, date, context=None)

New fields (0)

No new fields.

Public methods (1)
  • get_suppl_inv_num(self, cr, uid, move_line_id, context=None)