Odoo Terminal
Terminal-like to send json-rpc requests and use tools for Odoo developers
ما هو Odoo Terminal؟
Odoo Terminal هو إضافة Chrome تم تطويرها بواسطة Alexandre، والميزة الرئيسية لها هي "Terminal-like to send json-rpc requests and use tools for Odoo developers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Odoo Terminal
قم بتنزيل ملفات الامتداد Odoo Terminal بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | Odoo Terminal |
ID | fdidojpjkbpfplcdmeaaehnjfkgpbhad |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/odoo-terminal/fdidojpjkbpfplcdmeaaehnjfkgpbhad |
الوصف | Terminal-like to send json-rpc requests and use tools for Odoo developers |
حجم الملف | 65.05 KB |
عدد التثبيتات | 3,675 |
النسخة الحالية | 10.4.2 |
آخر تحديث | 2023-11-23 |
تاريخ النشر | 2020-07-05 |
تقييم | 5.00/5 مجموع تقييمات 13 |
المطور | Alexandre |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Tardo/OdooTerminal |
عنوان صفحة المساعدة | https://github.com/Tardo/OdooTerminal/issues |
اللغات المدعومة | 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": [ " |