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.