From 840b16d6abb4257116afc2e927daeb745370a128 Mon Sep 17 00:00:00 2001 From: Erwin Zoer Date: Mon, 9 Oct 2023 11:41:49 +0300 Subject: [PATCH] Update intro.rst: Spelling, grammar and CVE URL changes As requested, an update to the correct source file. :) --- docsource/intro.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docsource/intro.rst b/docsource/intro.rst index 6a868ce206a9..0f9d247e6d48 100644 --- a/docsource/intro.rst +++ b/docsource/intro.rst @@ -32,7 +32,7 @@ Migration from one version to the next In the following, **Openupgrade X** will be understood as the tool used to migrate a database **from version X-1 to version X**. -For exemple, if you want to migrate from version 14.0 to 15.0: +For example, if you want to migrate from version 14.0 to 15.0: .. image:: images/migration-14-15.png @@ -41,7 +41,7 @@ Migration of several versions It is perfectly possible to migrate several versions. In this case, you'll need to perform all intermediate migrations sequentially. -For exemple, if you want to migrate from version 14.0 to version 16.0, you +For example, if you want to migrate from version 14.0 to version 16.0, you should perform two Upgrades via OpenUpgrade 15.0, then OpenUpgrade 16.0: .. image:: images/migration-14-16.png @@ -62,7 +62,7 @@ Openupgrade design Why migrate to a more recent major version ------------------------------------------ -* `Security holes `_ +* `Security holes `_ are regularly found in Odoo. Only the latest versions are patched, so older versions are left with security breeches that can be exploited. For several years now, Odoo's `policy `_ has been to support the latest 3 versions. @@ -89,7 +89,7 @@ Why migrate to a more recent major version In short, not migrating your Odoo instance to a recent version means increasing `your technical debt `_. -For more information, see `Daniel Reis presentation `_ on the benefits of migration. +For more information, see `Daniel Reis' presentation `_ on the benefits of migration. Alternative to Openupgrade -------------------------- @@ -107,4 +107,4 @@ To migrate from one major version to another, there are alternatives to using Op To conclude, `as Richard Stallman explains `_, Odoo is a software "diachronically trapped". -OpenUpgrade is the only option for keeping Odoo Open Source. \ No newline at end of file +OpenUpgrade is the only option for keeping Odoo Open Source.