You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: carrier_account_environment/readme/CONFIGURE.rst
+6
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,9 @@ Example of config file ::
28
28
account = 666
29
29
password = wazaaaaa
30
30
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