From 90d3e93a6ba84ed84f7b64ad661b08446428bfb2 Mon Sep 17 00:00:00 2001 From: Risvana Cybro Date: Wed, 22 Oct 2025 21:44:39 +0530 Subject: [PATCH] Oct 22: [FIX] Bug fixed 'account_report_send_by_mail' --- account_report_send_by_mail/README.rst | 2 +- account_report_send_by_mail/__manifest__.py | 2 +- .../doc/RELEASE_NOTES.md | 6 ++++- .../static/src/xml/report_action.xml | 22 +++++++++---------- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/account_report_send_by_mail/README.rst b/account_report_send_by_mail/README.rst index cc8ec9da7..380ee0a8f 100644 --- a/account_report_send_by_mail/README.rst +++ b/account_report_send_by_mail/README.rst @@ -1,5 +1,5 @@ .. image:: https://img.shields.io/badge/license-OPL--1-red.svg - :target: https://www.odoo.com/documentation/16.0/legal/licenses.html#odoo-apps + :target: https://www.odoo.com/documentation/18.0/legal/licenses.html#odoo-apps :alt: License: OPL-1 Account Report Send By Mail diff --git a/account_report_send_by_mail/__manifest__.py b/account_report_send_by_mail/__manifest__.py index e2b79ff86..81a8ccfac 100644 --- a/account_report_send_by_mail/__manifest__.py +++ b/account_report_send_by_mail/__manifest__.py @@ -22,7 +22,7 @@ ################################################################################ { 'name': 'Account Report Send By Mail', - 'version': '18.0.1.0.0', + 'version': '18.0.1.1.0', 'category': 'Accounting', 'summary': "Create account report based on user requirements and send it " "by mail", diff --git a/account_report_send_by_mail/doc/RELEASE_NOTES.md b/account_report_send_by_mail/doc/RELEASE_NOTES.md index 74cca556c..08ef83036 100644 --- a/account_report_send_by_mail/doc/RELEASE_NOTES.md +++ b/account_report_send_by_mail/doc/RELEASE_NOTES.md @@ -3,5 +3,9 @@ #### 03.01.2025 #### Version 18.0.1.0.0 #### ADD - - Initial commit for Account Report Send By Mail + +#### 10.10.2025 +#### Version 18.0.1.1.0 +#### UPDT +- Bug fix (xpath issue in the account report template) diff --git a/account_report_send_by_mail/static/src/xml/report_action.xml b/account_report_send_by_mail/static/src/xml/report_action.xml index 9c78c4bdc..9da761f8b 100644 --- a/account_report_send_by_mail/static/src/xml/report_action.xml +++ b/account_report_send_by_mail/static/src/xml/report_action.xml @@ -1,25 +1,23 @@ - - - + + + +
-