Odoo Terminal
Terminal-like to send json-rpc requests and use tools for Odoo developers
What is Odoo Terminal?
Odoo Terminal is a Chrome extension developed by Alexandre, and its main feature is "Terminal-like to send json-rpc requests and use tools for Odoo developers".
Extension Screenshots
Download Odoo Terminal Extension CRX File
Download Odoo Terminal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
All the power of Odoo json-rpc in a really easy way! Terminal for Odoo: - View records - Search, Create, Delete records - Call model methods - Launch actions - Run post request - And much more! Source Code: https://github.com/Tardo/OdooTerminal This add-on is only for technical purposes, DO NOT use it on remote instances where you don't have authorization!! If you access or alter any data that does not belong to you, you are taking significant legal risks!
Extension Basic Information
Name | Odoo Terminal |
ID | fdidojpjkbpfplcdmeaaehnjfkgpbhad |
Official URL | https://chromewebstore.google.com/detail/odoo-terminal/fdidojpjkbpfplcdmeaaehnjfkgpbhad |
Description | Terminal-like to send json-rpc requests and use tools for Odoo developers |
File Size | 65.05 KB |
Installation Count | 3,675 |
Current Version | 10.4.2 |
Last Updated | 2023-11-23 |
Publish Date | 2020-07-05 |
Rating | 5.00/5 Total 13 Ratings |
Developer | Alexandre |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Tardo/OdooTerminal |
Help Page URL | https://github.com/Tardo/OdooTerminal/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "src\/html\/background.html" }, "browser_action": { "default_icon": "src\/img\/terminal-disabled-16.png", "default_title": "Odoo Terminal (CTRL + ,)" }, "browser_specific_settings": { "gecko": { "id": "{cdfbfc50-7cbf-4044-a6fb-cdef5056605c}" } }, "content_scripts": [ { "js": [ "dist\/priv\/content_script.js" ], "matches": [ " |