Browse Source

Jun 27: [FIX] Bug Fixed 'backend_theme_infinito'

15.0
Cybrosys Technologies 1 month ago
parent
commit
9cac060f99
  1. 2
      backend_theme_infinito/__manifest__.py
  2. 2
      backend_theme_infinito/controllers/main.py
  3. 4
      backend_theme_infinito/doc/RELEASE_NOTES.md

2
backend_theme_infinito/__manifest__.py

@ -27,7 +27,7 @@
Main Highlight Of The Theme Is You Can Dynamically Change The Colors, Main Highlight Of The Theme Is You Can Dynamically Change The Colors,
Views, Buttons, Different Types Sidebar...Etc""", Views, Buttons, Different Types Sidebar...Etc""",
"category": "Themes/Backend", "category": "Themes/Backend",
"version": "15.0.1.0.0", "version": "15.0.1.0.1",
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions',

2
backend_theme_infinito/controllers/main.py

@ -26,6 +26,8 @@ import re
from odoo import http from odoo import http
from odoo.http import request from odoo.http import request
from odoo.modules.module import get_module_resource
def minify_css(path): def minify_css(path):
"""Minify css string""" """Minify css string"""

4
backend_theme_infinito/doc/RELEASE_NOTES.md

@ -5,3 +5,7 @@
#### ADD #### ADD
Initial Commit Initial Commit
#### 23.06.2025
#### Version 15.0.1.0.1
#### UPDT
Updated the functionality to fetch the module resource.

Loading…
Cancel
Save