| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 48 |
| Technical Name |
disable_debug_assets |
| License | OPL-1 |
| Versions | 16.0 17.0 18.0 19.0 |
By default in Odoo, when a user wants to view the JavaScript source code, they can simply add the parameter debug=assets to the URL or enable "Activate the developer mode (with assets)" in the General Settings. This is very common in the Odoo community.
So how can you prevent users from viewing the JavaScript source code? With this app, you can restrict which users are allowed to enable debug assets, and also replace the keyword "assets" with any keyword you want.

Configuration.
1. Set Debug Assets Keyword
- By default, the app changes the keyword "assets" to "code".

2. Allow user to enable debug assets
- By default, all users cannot access debug assets. To allow a user to enable debug assets, you need to enable the option "Allow To Enable Debug Assets".

Workflow.
1. If the user adds "debug=assets" to the URL, they will be redirected to a "Page Not Found" page.

2. Even if the user knows the keyword, if "Allow To Enable Debug Assets" has not been enabled for them, they will still be redirected to the "Page Not Found" page.

3. If the user knows the keyword and "Allow To Enable Debug Assets" is enabled for them, they will be able to view the JavaScript source code.

Apps May You Like
Email Support: huynh.giang.son.gs@gmail.com
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Please log in to comment on this module