From 9cac060f990bf933e378d7cf000d35f4b781f604 Mon Sep 17 00:00:00 2001 From: Cybrosys Technologies Date: Fri, 27 Jun 2025 16:02:37 +0530 Subject: [PATCH] Jun 27: [FIX] Bug Fixed 'backend_theme_infinito' --- backend_theme_infinito/__manifest__.py | 2 +- backend_theme_infinito/controllers/main.py | 2 ++ backend_theme_infinito/doc/RELEASE_NOTES.md | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/backend_theme_infinito/__manifest__.py b/backend_theme_infinito/__manifest__.py index 5fe4c1574..b5e69755f 100644 --- a/backend_theme_infinito/__manifest__.py +++ b/backend_theme_infinito/__manifest__.py @@ -27,7 +27,7 @@ Main Highlight Of The Theme Is You Can Dynamically Change The Colors, Views, Buttons, Different Types Sidebar...Etc""", "category": "Themes/Backend", - "version": "15.0.1.0.0", + "version": "15.0.1.0.1", 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', diff --git a/backend_theme_infinito/controllers/main.py b/backend_theme_infinito/controllers/main.py index 599b5dd39..d6334d760 100644 --- a/backend_theme_infinito/controllers/main.py +++ b/backend_theme_infinito/controllers/main.py @@ -26,6 +26,8 @@ import re from odoo import http from odoo.http import request +from odoo.modules.module import get_module_resource + def minify_css(path): """Minify css string""" diff --git a/backend_theme_infinito/doc/RELEASE_NOTES.md b/backend_theme_infinito/doc/RELEASE_NOTES.md index 836222832..e8d6e39c0 100644 --- a/backend_theme_infinito/doc/RELEASE_NOTES.md +++ b/backend_theme_infinito/doc/RELEASE_NOTES.md @@ -5,3 +5,7 @@ #### ADD Initial Commit +#### 23.06.2025 +#### Version 15.0.1.0.1 +#### UPDT +Updated the functionality to fetch the module resource.