API Section Name
Parameters
Path parameters
Query parameters
Samples
- cURL + jq
curl -s
https://ommd.info
| jq
/
Response
- Example
- Schema
🧪 API (v1)
-
module_name string RequiredThe module technical name
{ "name": "Web Responsive", "technical_name": "web_responsive", "odoo_versions": [ "14.0", "15.0" ], "repos": [ "https://github.com/OCA/web.git" ] }
{ "name": string, "technical_name": string, "odoo_versions": Array[string], "repos": Array[string] }
-
module_name string RequiredThe module technical name
-
odoo_version string RequiredThe odoo version
-
org stringThe organization name
-
repo stringThe repository name
[ { "technical_name": "web_responsive", "name": "Web Responsive", "version": "1.1.12", "description": "", "authors": [ "Odoo Community Association (OCA)", "Tecnativa", "LasLabs", "ITerra" ], "website": "https://github.com/OCA/web", "license": "LGPL-3", "category": "Website", "auto_install": false, "application": false, "installable": true, "maintainers": [ "Odoo Community Association (OCA)" ], "dependencies": { "odoo": { "odoo/odoo": [ "web", "mail" ] }, "pip": [], "bin": [] }, "update_date": "2024-01-22 21:51:45", "git": "https://github.com/OCA/web.git", "folder_size": 5146591 } ]
{ "technical_name": string, "name": string, "version": string, "description": string, "authors": Array[string], "website": string, "license": string, "category": string, "auto_install": boolean, "application": boolean, "installable": boolean, "maintainers": Array[string], "dependencies": { "odoo": Object, "pip": Array[string], "bin": Array[string] }, "update_date": string, "git": string, "folder_size": Number }
-
repo_name string RequiredThe repository name
{ "name": "web", "organizations": { "OCA": { "14.0": 62, "15.0": 47 } } }
{ "name": string, "organizations": Object }
-
module_name string RequiredThe module technical name
-
odoo_version stringThe odoo version
-
installable boolIf the module is installable
[ { "technical_name": "web_refresher", "versions": { "OCA/web": [ "14.0", "15.0" ] } }, { "technical_name": "web_remember_tree_column_width", "versions": { "OCA/web": [ "14.0", "15.0" ] } }, { "technical_name": "web_responsive", "versions": { "OCA/web": [ "14.0", "15.0" ] } } ]
{ "technical_name": string, "versions": Object }