Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


How to configure applications in Odoo


Menu access

Image Added


Application list

Image Added

Application form

Image Added

Generate own id and secret

Tip

The buttons are only available during editing.

Only system administrators can perform this operation.

Image Added

Info

List of Odoo models availble for the application


Note

There are three ways to limit the list of models:

  • None: there is no limit, all models are available
  • Blacklist: all models except for the listed models are available
  • Whitelist: only the listed models are available


Warning

The actually available models depend on the Odoo user's permisssion!

This list only controlls what is made available for the application for listing purposes!

Users can still perform operations in models related to the listed models if they have the appropriate permissions in Odoo!

Image Added

Info

Valid, available callback URIs for the application

Image Added

Info

Perform various settings for the applications

Image Added

NameDescriptionNotes
Authorization Code ExpiryWhen should the authorization code expire (expressed in seconds)There are various practices, pick what suits you needs
Authorization Code RetainHow long should the system keep track of issued authorization codes (expressed in days)For audit purposes you might need to keep a record of issued authorization codes
Access Token ExpiryWhen should the access token expire (expressed in seconds)RFC sample defines 3600s, which is the default, but you can set what you want
Refresh Token ExpiryWhen should the refresh token expire (expressed in seconds)Some like it never to expire, some like it expire after some time, set what you need