Pular para o conteúdo

Odoo API Framework Installation

Provide Modules in Odoo


Place all the provided API Framework modules folders into the Odoo addons directory.

Confirm below modules

  • ekika_utils
  • api_framework_base
  • api_log
  • api_auth_apikey
  • api_auth_apiuser
  • api_auth_basic
  • api_auth_oauth2
  • api_auth_jwt
  • api_auth_public
  • api_resource_access
  • easy_graphql
  • easy_jsonapi
  • api_cors_config
  • easy_jsonapi_apikey_signup
  • easy_jsonapi_basic_signup
  • easy_restjson
  • jsonapi_studio
  • restjson_studio
  • graphql_studio
  • easy_jsonapi_jwt_signup
  • easy_restjson_apikey_signup
  • ekika_widgets



Install Python Packages for API in Odoo


Please select the Odoo version below to view the required Python package dependencies for the Odoo API framework.


Restart Server & Update App List


Restart your odoo server. Once server restarted please follow below steps to update app list

  • Activate Odoo developer mode by appending the query parameter ?debug=1 to the URL.
  • Go to App --> Update Apps List --> Update.
    Update module to see API Framework Module

Install Odoo API Framework Module


After update app list, Search for the module named “api_framework” and activate it.
Install API Framework to use in your odoo.

User Permission


Once the module is installed, assign the required user permissions:

  • Go to Settings --> Users

  • Open the desired user form

  • Set Base API --> Administrator
    API configuration permission for user

  • After this, the API menu will be visible to the user.
    API Menu in Odoo