Inspect and view changes in Odoo Toolbox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Odoo Toolbox",
"description": "Enhances the experience of Odoo developers and Odoo.SH users by adding a variety of tools and features.",
"version": "1.8.6",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"default_locale": "en",
"permissions": [
"storage",
"tabs",
"alarms",
"scripting",
"clipboardWrite",
"<all_urls>"
],
"web_accessible_resources": [
"odoo-websites.js"
],
"commands": {
"toggle-debug": {
"description": "Toggle debug mode",
"suggested_key": {
"default": "Ctrl+Shift+D",
"mac": "Command+Shift+D"
}
},
"_execute_browser_action": {
"description": "Open the extension popup"
}
},
"browser_specific_settings": {
"gecko": {
"id": "odoo_toolbox@thcl-saju"
}
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Odoo Toolbox",
"default_popup": "popup.html"
},
"devtools_page": "devtools.html",
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"*://*/*"
],
"css": [
"content-scripts/global.css"
],
"js": [
"content-scripts/global.js"
]
},
{
"matches": [
"https://*.odoo.sh/project*"
],
"css": [
"content-scripts/odoosh.css"
],
"js": [
"content-scripts/odoosh.js"
]
}
]
} Best Odoo Toolbox Alternatives
Here are some Firefox add-ons that are similar to Odoo Toolbox:
Odoo Developer Toolkit
Ahmed Wael
Owl devtools
Odoo
Shopify Toolbox
Rhazai
Odoo Debug Advanced
XoilacTV
Shopify Dev Tools
Onkar Singh
Odoo Easy Debug
TheBigTester
Odoo Utility
Droggol
Digits Force Debug for odoo
Mohamed Azmy
Potato Debug - Odoo 19
JemXiaolong
Odoo Timesheets
Kobiko
A2Z Tools Extension
a2z.tools
Umbraco DevTools
Warren Buckley