Partner Aged Statement

account_partner_aged_statement_webkit
REPOSITORY
REPOSITORYOCA/account-financial-reporting
GIT
GIThttps://github.com/OCA/account-financial-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-financial-reporting/tree/7.0/account_partner_aged_statement_webkit
VERSION
VERSION 1.0
CATEGORY
CATEGORYAccounting
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Savoir-faire Linux
COMMITTERS
COMMITTERSMaxime Chambreuil, Pedro M. Baeza, Agathe Mollé
WEBSITE
WEBSITEhttp://www.savoirfairelinux.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/webkit-tools:
    - base_headers_webkit
odoo/odoo:
    - report_webkit
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - account
    - product
    - process
    - decimal_precision
    - analytic
    - board
    - edi
    - email_template
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Print & Send Partner Aged Statement by email
============================================

This module adds in the system :
 * a new mail template "Aged Statement Letter";
 * the ability to print the partner aged statement;
 * a button "Send by email" in the partner form view which load the template
 and attach the statement to the email.

Comparing to 'Overdue Payment' report provided with OpenERP, this one adds more
informations :
 * the summary per period
 * the list of invoices per period
 * the invoices are also shown with the foreign currency

 Both messages, in the PDF and the email are taken from the Overdue Payments
 Message defined on the Company's configuration.

Contributors
------------
* Marc Cassuto (marc.cassuto@savoirfairelinux.com)
* Vincent Vinet (vincent.vinet@savoirfairelinux.com)
    

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
partner_aged_statement_view res.partner xpath Inherits base.view_partner_form
Models touched (1)

New fields (0)

No new fields.

Public methods (1)
  • action_aged_statement_send(self, cr, uid, ids, context=None)