Odoo Developer Toolkit Firefox

Examine source code of Odoo Developer Toolkit

Inspect and view changes in Odoo Developer Toolkit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Odoo Developer Toolkit",
  "version": "5.3.0",
  "description": "A native side-panel field/view inspector for Odoo developers (17-19 supported, 18/19 given priority): click-to-lock field inspection with live modifier evaluation, Sonic hover-to-inspect badge, app/menu detection, plain-English domain explainer, a module manager with dependency inspection, server sizing calculator, Time Travel save diffs, cross-environment Snapshot & Compare, an RPC console, and code generators for view inheritance XML and Python inheritance stubs — reachable both from a locked element and from a standalone Generators hub. By Ahmed Wael (Egypt).",
  "author": "Ahmed Wael",
  "permissions": [
    "activeTab",
    "storage",
    "sidePanel"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "side_panel": {
    "default_path": "src/panel.html"
  },
  "sidebar_action": {
    "default_panel": "src/panel.html",
    "default_title": "Odoo Dev Toolkit"
  },
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "service_worker": "src/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/odoo-detect.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/page-agent.js"
      ],
      "css": [
        "src/page-agent.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/page-bridge.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "odoo-dev-toolkit@ahmedwael.connect",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Odoo Developer Toolkit Alternatives

Here are some Firefox add-ons that are similar to Odoo Developer Toolkit: