From 1b473dbd10c064f80a00218c0cd4e87a19415bd5 Mon Sep 17 00:00:00 2001
From: Cybrosys Technologies
Date: Wed, 30 Oct 2024 17:11:45 +0530
Subject: [PATCH] Oct 30: [FIX] Bug Fixed 'report_attachment_preview'
---
report_attachment_preview/__manifest__.py | 2 +-
.../doc/RELEASE_NOTES.md | 5 +
.../static/description/index.html | 263 +++++++++---------
3 files changed, 144 insertions(+), 126 deletions(-)
diff --git a/report_attachment_preview/__manifest__.py b/report_attachment_preview/__manifest__.py
index f037fcfbb..7a68f4197 100644
--- a/report_attachment_preview/__manifest__.py
+++ b/report_attachment_preview/__manifest__.py
@@ -21,7 +21,7 @@
#############################################################################
{
'name': 'Reports and Attachments Preview in Browser',
- 'version': '18.0.1.0.0',
+ 'version': '1.3',
'category': 'Extra Tools',
'summary': """Open PDF Reports and Attachments Preview in new Browser Tab""",
'description': """This module enables viewing PDF reports and attachments in
diff --git a/report_attachment_preview/doc/RELEASE_NOTES.md b/report_attachment_preview/doc/RELEASE_NOTES.md
index 0a20b4513..c8025ac38 100755
--- a/report_attachment_preview/doc/RELEASE_NOTES.md
+++ b/report_attachment_preview/doc/RELEASE_NOTES.md
@@ -4,3 +4,8 @@
#### Version 18.0.1.0.0
#### ADD
- Initial Commit for Reports and Attachments Preview in Browser
+
+#### 29.10.2024
+#### Version 18.0.1.0.0
+#### Bug fixes
+ - Resolved the style issue of the related products
diff --git a/report_attachment_preview/static/description/index.html b/report_attachment_preview/static/description/index.html
index 909701df3..9a02e05fc 100644
--- a/report_attachment_preview/static/description/index.html
+++ b/report_attachment_preview/static/description/index.html
@@ -126,7 +126,8 @@
line-height: 15.96px;
text-transform: uppercase;
">
- Open PDF Reports and Attachments Preview in new Browser Tab.
+ Open PDF Reports and Attachments Preview in new
+ Browser Tab.