
task 2918697 closes odoo/documentation#3416 Signed-off-by: Castillo Jonathan (jcs) <jcs@odoo.com>
67 lines
2.3 KiB
ReStructuredText
67 lines
2.3 KiB
ReStructuredText
=====================
|
|
Silverfin integration
|
|
=====================
|
|
|
|
`Silverfin <https://www.silverfin.com>`_ is a third-party service provider that offers a cloud
|
|
platform for accountants.
|
|
|
|
Odoo and Silverfin provide an integration to automate the synchronization of data.
|
|
|
|
Configuration
|
|
=============
|
|
|
|
To configure this integration, you need to input the following data into your Silverfin account:
|
|
|
|
- user's email address
|
|
- :ref:`Odoo API key <silverfin/api-key>`
|
|
- URL of the Odoo database
|
|
- name of your Odoo database
|
|
|
|
.. _silverfin/api-key:
|
|
|
|
Odoo API key
|
|
------------
|
|
|
|
You can create Odoo external API keys either :ref:`for a single database <silverfin/api-singledb>`
|
|
(hosting: Odoo Online, On-premise, and Odoo.sh) or :ref:`for multiple databases managed by a user
|
|
<silverfin/api-multipledb>` (hosting: Odoo Online).
|
|
|
|
.. important::
|
|
- These API keys are personal and provide full access to your user account. Store it securely.
|
|
- You can copy the API key only at its creation, and you cannot retrieve it later.
|
|
- If you need it again, create a new API key (and delete the old one).
|
|
|
|
.. seealso::
|
|
:doc:`/developer/api/external_api`
|
|
|
|
.. _silverfin/api-singledb:
|
|
|
|
One key per database
|
|
~~~~~~~~~~~~~~~~~~~~
|
|
|
|
To create a new API key valid for a single database, click on the user menu, then on
|
|
:guilabel:`My Profile`. Under the :guilabel:`Account Security` tab, click on :guilabel:`New API
|
|
key`, confirm your password, give a descriptive name to your new key, and copy the new API key.
|
|
|
|
.. image:: silverfin/api-key-db.png
|
|
:align: center
|
|
:alt: creation of an Odoo external API key for a database
|
|
|
|
.. seealso::
|
|
:ref:`api/external_api/keys`
|
|
|
|
.. _silverfin/api-multipledb:
|
|
|
|
One key for multiple databases (fiduciaries)
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
To create a new API key valid for all the databases of a single user **(the easiest for
|
|
fiduciaries)**, navigate to `Odoo's website <https://www.odoo.com>`_ and sign in with your
|
|
administrator account. Next, open `your account security settings in developer mode
|
|
<https://www.odoo.com/my/security?debug=1>`_, click on :guilabel:`New API Key`, confirm your
|
|
password, give a descriptive name to your new key, and copy the new API key.
|
|
|
|
.. image:: silverfin/api-key-user.png
|
|
:align: center
|
|
:alt: creation of an Odoo external API key for an Odoo user
|