Skip to content

Commit

Permalink
[IMP] update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
clementmbr committed May 16, 2024
1 parent 65de837 commit 224dcdb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion sale_import_amazon/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@ Configuration

To configure this module, you need to:

#. Go to ...
1. Create a Sale Channel called "Amazon"
2. To avoid storing your credentials in database, you can define them in the configuration files of your "server_environment_files" module as following::

[sale_channel.Amazon]
lwa_appid = XXXX
sp_api_refresh_token = YYYY
lwa_client_secret = ZZZZ

You can use the ``server_environment_data_encryption`` module if you want these configuration files to be encrypted.

Check OCA's module `server_environment <https://github.com/OCA/server-env/tree/16.0/server_environment>`_ for more info.

Usage
=====
Expand Down

0 comments on commit 224dcdb

Please sign in to comment.