Source Document in Customer Payments

account_voucher_source_document
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_source_document
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSSavoir-faire linux, Agile Business Group sagl, Odoo Community Association
MAINTAINERS
MAINTAINERSSavoir-faire linux, Agile Business Group sagl, Odoo Community Association
COMMITTERS
COMMITTERSSté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_receipt_form account.voucher.receipt.form account.voucher xpath Inherits account_voucher.view_vendor_receipt_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)
  • document_source Char
    compute='_compute_document_source' size=64 store=True args: 'Document source'
Public methods (1)
  • get_document_source(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_source_document
VERSION
VERSION 0.1
CATEGORY
CATEGORYAccounting & Finance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSSavoir-faire linux
MAINTAINERS
MAINTAINERSSavoir-faire linux
COMMITTERS
COMMITTERSMaxime Chambreuil, Loïc Faure-Lacroix
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:15
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 source document from
the customer invoice to the customer payment lines. So that it's
easier to find the invoices paid when they are imported from an
external system.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
view_vendor_receipt_form account.voucher.receipt.form account.voucher xpath Inherits account_voucher.view_vendor_receipt_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_document_source(self, cr, uid, move_line_id, context=None)