Repository
OCA/account-financial-reporting · module folder · Try on Runboat
Module version
1.0
Category
Accounting
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.savoirfairelinux.com
Last tracking update
2026-08-07 06:56:10
Authors
Savoir-faire Linux, Odoo Community Association (OCA)
Maintainers
Savoir-faire Linux, Odoo Community Association (OCA)
Committers
Maxime Chambreuil, Pedro M. Baeza, Agathe Mollé
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits base.view_partner_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (0)

No new fields.

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