Skip to content

Commit

Permalink
Merge PR #4153 into documentation
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
OCA-git-bot committed Oct 20, 2023
2 parents e286cb7 + 840b16d commit 7f66aff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docsource/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -62,7 +62,7 @@ Openupgrade design
Why migrate to a more recent major version
------------------------------------------

* `Security holes <https://www.cvedetails.com/vulnerability-list/vendor_id-16543/Odoo.html>`_
* `Security holes <https://www.cvedetails.com/product/38140/Odoo-Odoo.html?vendor_id=16543>`_
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 <https://www.odoo.com/documentation/master/administration/maintain/supported_versions.html#what-s-the-support-status-of-my-odoo>`_ has been to support the latest 3 versions.
Expand All @@ -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 <https://en.wikipedia.org/wiki/Technical_debt>`_.

For more information, see `Daniel Reis presentation <https://www.youtube.com/watch?v=u7_k8lCZeY0>`_ on the benefits of migration.
For more information, see `Daniel Reis' presentation <https://www.youtube.com/watch?v=u7_k8lCZeY0>`_ on the benefits of migration.

Alternative to Openupgrade
--------------------------
Expand All @@ -107,4 +107,4 @@ To migrate from one major version to another, there are alternatives to using Op

To conclude, `as Richard Stallman explains <https://www.gnu.org/philosophy/when-free-depends-on-nonfree.en.html>`_,
Odoo is a software "diachronically trapped".
OpenUpgrade is the only option for keeping Odoo Open Source.
OpenUpgrade is the only option for keeping Odoo Open Source.

0 comments on commit 7f66aff

Please sign in to comment.