[FIX] content/administration/*: typos

This commit is contained in:
Victor Feyens 2021-05-31 11:45:13 +02:00 committed by vfe-odoo
parent e96bc804d3
commit 0a4e0610c6
3 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ button.
:align: center :align: center
Make sure you are connected as the administrator of the database you Make sure you are connected as the administrator of the database you
want to manage - many operations depends on indentifying you remotely to that want to manage - many operations depends on identifying you remotely to that
database. database.
Several actions are available: Several actions are available:
@ -114,7 +114,7 @@ receive an e-mail with the URL of the test database.
**Testing your database is the most important step of the upgrade process!** **Testing your database is the most important step of the upgrade process!**
Even though we test all upgrades manually, we do not know your work processes. Even though we test all upgrades manually, we do not know your work processes.
A change in standard worfklows of Odoo in new versions might require you to A change in standard workflows of Odoo in new versions might require you to
change internal processes, or some of the customizations you made through Odoo change internal processes, or some of the customizations you made through Odoo
Studio might now work properly. *It is up to you to make sure that everything Studio might now work properly. *It is up to you to make sure that everything
works as it should!* You can report issues with your test database through our works as it should!* You can report issues with your test database through our

View File

@ -69,7 +69,7 @@ in ``/etc/odoo.conf`` set:
of securing your deployment. of securing your deployment.
Once it is correctly working and only matching a single database per hostname, it Once it is correctly working and only matching a single database per hostname, it
is strongly recommended to block access to the database manager screens, is strongly recommended to block access to the database manager screens,
and to use the ``--no-database-list`` startup paramater to prevent listing and to use the ``--no-database-list`` startup parameter to prevent listing
your databases, and to block access to the database management screens. your databases, and to block access to the database management screens.
See also security_. See also security_.
@ -171,7 +171,7 @@ SSL Between Odoo and PostgreSQL
Since Odoo 11.0, you can enforce ssl connection between Odoo and PostgreSQL. Since Odoo 11.0, you can enforce ssl connection between Odoo and PostgreSQL.
in Odoo the db_sslmode control the ssl security of the connection in Odoo the db_sslmode control the ssl security of the connection
with value choosed out of 'disable', 'allow', 'prefer', 'require', 'verify-ca' with value chosen out of 'disable', 'allow', 'prefer', 'require', 'verify-ca'
or 'verify-full' or 'verify-full'
`PostgreSQL Doc <https://www.postgresql.org/docs/current/static/libpq-ssl.html>`_ `PostgreSQL Doc <https://www.postgresql.org/docs/current/static/libpq-ssl.html>`_
@ -392,7 +392,7 @@ notifications.
The solutions to support livechat/motifications in a WSGI application are: The solutions to support livechat/motifications in a WSGI application are:
* Deploy a threaded version of Odoo (instread of a process-based preforking * Deploy a threaded version of Odoo (instead of a process-based preforking
one) and redirect only requests to URLs starting with ``/longpolling/`` to one) and redirect only requests to URLs starting with ``/longpolling/`` to
that Odoo, this is the simplest and the longpolling URL can double up as that Odoo, this is the simplest and the longpolling URL can double up as
the cron instance. the cron instance.

View File

@ -233,7 +233,7 @@ found in our `wiki <https://github.com/odoo/odoo/wiki/Wkhtmltopdf>`_.
Repository Repository
^^^^^^^^^^ ^^^^^^^^^^
Odoo S.A. provides a repository that can be used with the Fedora distibutions. Odoo S.A. provides a repository that can be used with the Fedora distributions.
It can be used to install Odoo Community Edition by executing the following It can be used to install Odoo Community Edition by executing the following
commands: commands: