Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update intro.rst: Spelling, grammar and CVE URL changes #4153

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading