Odoo Developer Toolkit の個人情報保護方針
Odoo Developer Toolkit 作成者: Ahmed Wael
Odoo Developer Toolkit の個人情報保護方針
Privacy Policy — Odoo Developer Toolkit
Last updated: June 2026
Developer: Ahmed Wael — Odoo Developer, Egypt
Contact: ahmedwael.connect@gmail.com · +20 110 103 0671
Summary
Odoo Developer Toolkit does not collect, store, transmit, or sell any user
data to the developer, to Anthropic, or to any third party. All functionality
runs entirely inside your browser and talks only to the Odoo server you are
already logged into.
What the extension does
- Reads the current page's URL and Odoo session information
(odoo.session_info) that the Odoo web client already exposes in the page,
to detect database name, user, language, and developer-mode status. - Sends requests to your own Odoo instance's existing
/web/dataset/call_kw
JSON-RPC endpoint, using your already-authenticated browser session — the
same way Odoo's own web client does. This is used to fetch view
definitions, field metadata, record data, and module lists, and to perform
actions you explicitly trigger (module install/upgrade/uninstall, RPC
console calls). - Stores your inspector panel's position/size preference locally in your
browser only (not synced or transmitted anywhere).
What the extension does NOT do
- It does not send any data to the developer or to any analytics, logging,
or advertising service. - It does not read or transmit data from any website other than the Odoo
instance you are actively using it on. - It does not use cookies, trackers, or fingerprinting.
- It does not require an account, sign-in, or registration of any kind.
Permissions explained
- activeTab / host_permissions (
<all_urls>): required so the
extension's content script can detect whether the current page is an Odoo
instance and read its session info. The extension only activates its
functionality on pages where Odoo is detected; on all other pages it stays
dormant. - scripting: required to inject the inspector panel UI into the page
when you open it. - storage: used only to remember local UI preferences in your own
browser.
Third-party services
None. The extension makes no network requests of its own — every RPC call
it makes is to the Odoo server already loaded in your active browser tab,
using your existing session.
Changes to this policy
If this policy changes in a future version, the updated version will be
included with that release and the "Last updated" date above will reflect
it.
Contact
Questions about this policy or the extension's data handling can be sent to
ahmedwael.connect@gmail.com.