Account credit control attach invoices

account_credit_control_attach_invoice
REPOSITORY
REPOSITORYOCA/credit-control
GIT
GIThttps://github.com/OCA/credit-control.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/credit-control/tree/18.0/account_credit_control_attach_invoice
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYFinance
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, victorvermot, Kimkhoi3010, Khôi (Kiên Kim)
WEBSITE
WEBSITEhttps://github.com/OCA/credit-control
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:18
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/credit-control:
    - account_credit_control
odoo/odoo:
    - base
    - account
    - base_setup
    - web
    - onboarding
    - product
    - mail
    - bus
    - web_tour
    - html_editor
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module enhances the Odoo Credit Control process by allowing users to automatically attach detailed customer invoice reports to each credit control summary. When printing or sending a credit control summary (reminder) to a customer, the selected invoice report is merged into the same PDF document, providing a complete overview of outstanding credits and the underlying invoices in a single file.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
res_config_settings_view_form res.config.settings block Inherits account.res_config_settings_view_form
Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • merge_pdf_in_memory(self, docs)

New fields (1)
  • credit_control_report_to_attach_id Many2one → ir.actions.report
    string='Report to attach to credit control summary' args: 'ir.actions.report'
Public methods (0)

No public methods.

New fields (1)
  • credit_control_report_to_attach_id Many2one
    readonly=False related='company_id.credit_control_report_to_attach_id'
Public methods (0)

No public methods.