| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-financial-reporting |
| GIT | |
| GIT | https://github.com/OCA/account-financial-reporting.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-financial-reporting/tree/7.0/account_partner_aged_statement_webkit |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Accounting |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | Maxime Chambreuil, Pedro M. Baeza, Agathe Mollé |
| WEBSITE | |
| WEBSITE | http://www.savoirfairelinux.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:15 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/webkit-tools: - base_headers_webkit odoo/odoo: - report_webkit - base - 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)
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
partner_aged_statement_view |
res.partner | xpath | Inherits base.view_partner_form |
No new fields.
Public methods (1)action_aged_statement_send(self, cr, uid, ids, context=None)