| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 465 |
| Technical Name |
web_customize_modal |
| License | LGPL-3 |
| Website | https://www.kinfinitytech.com |
| Versions | 11.0 12.0 13.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 465 |
| Technical Name |
web_customize_modal |
| License | LGPL-3 |
| Website | https://www.kinfinitytech.com |
| Versions | 11.0 12.0 13.0 |
Web Customize Modal
Offers you customization in the odoo backend theme.
Work with debug mode only.
Please log in to comment on this module
I Installed this module on V13.0 but nothing happen after click on the color or font.
I try this module with debug but nothing change anything same color and font my version: Odoo 13.0-20191224 (Community Edition) in console I found Tour Manager is ready. running_tour=null
Same issue here (v13)
Error: Traceback: Error: QWeb2: Template 'web_customize_modal.options_menu' not found at Object.exception (http://94.237.92.245:8069/web/content/451-f8f8aee/web.assets_common.js:3692:7) at Engine._render (http://94.237.92.245:8069/web/content/451-f8f8aee/web.assets_common.js:3737:103) at Engine.render (http://94.237.92.245:8069/web/content/451-f8f8aee/web.assets_common.js:3733:151) at Class.renderElement (http://94.237.92.245:8069/web/content/451-f8f8aee/web.assets_common.js:4090:1137) at http://94.237.92.245:8069/web/content/451-f8f8aee/web.assets_common.js:4100:6
Re: Same issue here (v13)
Please provide version... And check once /web_customize_modal/static/src/xml/option_modal.xml is there or not... Because as we tried it works well in all version...
Brief scenario
@@@@@@@@@@@@@@ ['web_customize_modal.colors_default', 'web_customize_modal.colors_blue', 'web_customize_modal.colors_furniture', 'web_customize_modal.colors_maroon', 'web_customize_modal.colors_fruits', 'web_customize_modal.fonts_raleway', 'web_customize_modal.fonts_oswald', 'web_customize_modal.fonts_roboto', 'web_customize_modal.fonts_open_sans', 'web_customize_modal.fonts_playfair_display'] ['web_customize_modal.colors_space_cadet', 'web_customize_modal.fonts_default'] 2019-12-06 09:44:44,151 3114 ERROR Bus_Tracker odoo.http: Exception during JSON request handling. Traceback (most recent call last): File "/home/ssd-02/Desktop/Projects/school-project/school_bus/odoo/http.py", line 619, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/home/ssd-02/Desktop/Projects/school-project/school_bus/odoo/http.py", line 309, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/home/ssd-02/Desktop/Projects/school-project/school_bus/odoo/tools/pycompat.py", line 14, in reraise raise value File "/home/ssd-02/Desktop/Projects/school-project/school_bus/odoo/http.py", line 664, in dispatch result = self._call_function(**self.params) File "/home/ssd-02/Desktop/Projects/school-project/school_bus/odoo/http.py", line 345, in _call_function return checked_call(self.db, *args, **kwargs) File "/home/ssd-02/Desktop/Projects/school-project/school_bus/odoo/service/model.py", line 93, in wrapper return f(dbname, *args, **kwargs) File "/home/ssd-02/Desktop/Projects/school-project/school_bus/odoo/http.py", line 338, in checked_call result = self.endpoint(*a, **kw) File "/home/ssd-02/Desktop/Projects/school-project/school_bus/odoo/http.py", line 909, in __call__ return self.method(*args, **kw) File "/home/ssd-02/Desktop/Projects/school-project/school_bus/odoo/http.py", line 510, in response_wrap response = f(*args, **kw) File "/home/ssd-02/Desktop/Projects/school-project/school_bus/addons/web_customize_modal/controllers/main.py", line 44, in web_customize_menu self._get_customize_views(disable).write({'active': False}) File "/home/ssd-02/Desktop/Projects/school-project/school_bus/addons/website/controllers/main.py", line 340, in _get_customize_views domain = [("key", "in", xml_ids)] + request.website.website_domain() File "/home/ssd-02/Desktop/Projects/school-project/school-env/lib/python3.6/site-packages/werkzeug/local.py", line 347, in __getattr__ return getattr(self._get_current_object(), name) AttributeError: 'JsonRequest' object has no attribute 'website'
Re: Brief scenario
This module does not work with website module
cannot able to change the color or font in picker
Pop up a error prompt while clicking other color or fonts attributes. AttributeError: 'JsonRequest' object has no attribute 'website'
Re: cannot able to change the color or font in picker
This module does not work with website module
error on installation
Error: Traceback: Error: QWeb2: Template 'web_customize_modal.options_menu' not found at QWeb2.tools.exception (http://localhost:2030/web/content/535-e49539f/web.assets_common.js:3698:1) at _render (http://localhost:2030/web/content/535-e49539f/web.assets_common.js:3743:85) at render (http://localhost:2030/web/content/535-e49539f/web.assets_common.js:3739:140) at renderElement (http://localhost:2030/web/content/535-e49539f/web.assets_common.js:4096:1121) at Anonymous function (http://localhost:2030/web/content/535-e49539f/web.assets_common.js:4106:1)
Re: error on installation
Please provide version... And check once /web_customize_modal/static/src/xml/option_modal.xml is there or not... Because as we tried it works well in all version...