From b820bccc2db00af176eb0a4f4e141dae38ba4a42 Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Tue, 22 Apr 2025 13:41:41 +0530 Subject: [PATCH] APR 22: [FIX] Bug fixed 'report_attachment_preview' --- report_attachment_preview/__manifest__.py | 2 +- report_attachment_preview/doc/RELEASE_NOTES.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/report_attachment_preview/__manifest__.py b/report_attachment_preview/__manifest__.py index b582f42a9..efb0f97bc 100644 --- a/report_attachment_preview/__manifest__.py +++ b/report_attachment_preview/__manifest__.py @@ -31,7 +31,7 @@ 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': 'https://www.cybrosys.com', - 'depends': ['web'], + 'depends': ['web','mail'], 'assets': { 'web.assets_backend': [ 'report_attachment_preview/static/src/js/report_utils.js', diff --git a/report_attachment_preview/doc/RELEASE_NOTES.md b/report_attachment_preview/doc/RELEASE_NOTES.md index 010797511..2eb0ab63d 100755 --- a/report_attachment_preview/doc/RELEASE_NOTES.md +++ b/report_attachment_preview/doc/RELEASE_NOTES.md @@ -4,3 +4,8 @@ #### Version 17.0.1.0.0 #### ADD - Initial Commit for Reports and Attachments Preview in Browser + +#### 17.04.2025 +#### Version 17.0.1.0.0 +#### Updated +- Updated the depends in the manifest