Skip to content

Commit d8568b2

Browse files
[IMP] Add an explanation about server_environment_data_encryption as an alternative to server_environment_file in the readme
1 parent 80fb1c2 commit d8568b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

carrier_account_environment/readme/CONFIGURE.rst

+6
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ Example of config file ::
2828
account = 666
2929
password = wazaaaaa
3030
file_format = PDF
31+
32+
33+
As an alternative of `server_environment_files`, there is also a module named `server_environment_data_encryption`
34+
which allow to set the environement dependent values directly in the database, by the user itself.
35+
It will be encrypted, to avoid security issues with secrets, see the documentationn of `server_environment_data_encryption` for more information.
36+
The advantage of setting the environment dependent value directly in the database is that it does not require a developper/odoo administrator to change a carrier account.

0 commit comments

Comments
 (0)