Skip to Content
Menu
This question has been flagged

Hello, i've been searching for the differences between the developer mode and the developer mode with assets and i couldn't find anything.

Hope you can answer me.

Thanks for your help.

Avatar
Discard
Best Answer

Hi,

DEBUG MODE:using this mode user can able to use some advance features such as extra menus and fields than normal mode
DEBUG MODE WITH ASSETS: using this mode odoo use actual css and javascript files instead of minifying /merging css and js file and also this module will give you proper error message.

Regards

Avatar
Discard
Best Answer

the developer mode and developer mode with assets are two different modes that can be used for development and customization of the software.

  • Developer mode: This mode allows developers to make changes to the source code of the Odoo application, and is typically used for customizing the functionality of the software. This mode is not suitable for production use. When developer mode is enabled, the Odoo server will automatically reload the Python code on each request, allowing for rapid development and testing.

  • Developer mode with assets: This mode is similar to the developer mode, but also enables the automatic compilation of assets (CSS and JavaScript) on the fly. This mode is also not suitable for production use.

Both modes can be enabled in the Odoo configuration file, by setting the debug_mode option to True. If you want to use the developer mode with assets, you need to set the assets_debug option to True.

It's important to note that while developer mode and developer mode with assets are useful for development and customization, they can have a significant impact on performance, so they should not be used in production environments.

Avatar
Discard
Best Answer

Hello Sergio. When you google "developer mode with assets" you find a lot of answers like this one: https://www.odoo.com/de_DE/forum/hilfe-1/what-is-the-difference-between-activate-the-developer-mode-and-activate-the-developer-mode-with-assets-125093


Avatar
Discard
Related Posts Replies Views Activity
0
Sep 23
1481
1
Apr 22
1480
2
Nov 24
2500
0
Sep 21
7
1
Feb 19
5472