diff --git a/data_encryption/README.rst b/data_encryption/README.rst
index 6356515..d5d868f 100644
--- a/data_encryption/README.rst
+++ b/data_encryption/README.rst
@@ -14,13 +14,13 @@ Encryption data
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--env-lightgray.png?logo=github
- :target: https://github.com/OCA/server-env/tree/14.0/data_encryption
+ :target: https://github.com/OCA/server-env/tree/16.0/data_encryption
:alt: OCA/server-env
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/server-env-14-0/server-env-14-0-data_encryption
+ :target: https://translation.odoo-community.org/projects/server-env-16-0/server-env-16-0-data_encryption
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/254/14.0
+ :target: https://runbot.odoo-community.org/runbot/254/16.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -62,7 +62,7 @@ In the configuration file of your production environment, you may want to config
all your other environments encryption key. This way, from production you can encrypt and decrypt
data for all environments.
-You can generate keys with python -c 'from cryptography.fernet import Fernet; print(Fernet.generate_key())'.
+You can generate keys with python -c 'from cryptography.fernet import Fernet; print Fernet.generate_key()'.
Known issues / Roadmap
======================
@@ -79,7 +79,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues This module allows to encrypt and decrypt data. This module is not usable
by itself, it is a low level module which should work as a base for others.
An example is the module server_environment_data_encryption
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.
+feedback.Do not contact contributors directly about support or help with technical issues.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
-This module is part of the OCA/server-env project on GitHub.
+This module is part of the OCA/server-env project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.