[FIX] *: update v13 urls
Remove outdated references to 12.0 Closes odoo/documentation-user#413
This commit is contained in:
parent
86b71502fa
commit
efcb1a48fd
@ -1,9 +1,9 @@
|
||||
{# note: if odoo.com/page/docs sub-menu's structure change, these links have to change as well #}
|
||||
|
||||
<li><a href="https://www.odoo.com/documentation/user/12.0/index.html">User</a></li>
|
||||
<li><a href="https://www.odoo.com/documentation/12.0/index.html">Developer</a></li>
|
||||
<li><a href="https://www.odoo.com/documentation/user/13.0/index.html">User</a></li>
|
||||
<li><a href="https://www.odoo.com/documentation/13.0/index.html">Developer</a></li>
|
||||
<li><a href="https://odoo.com/slides">eLearning</a></li>
|
||||
<li><a href="https://www.odoo.com/documentation/12.0/webservices/odoo.html">API</a></li>
|
||||
<li><a href="https://www.odoo.com/documentation/12.0/setup/install.html">Installation</a></li>
|
||||
<li><a href="https://www.odoo.com/documentation/13.0/webservices/odoo.html">API</a></li>
|
||||
<li><a href="https://www.odoo.com/documentation/13.0/setup/install.html">Installation</a></li>
|
||||
<li><a href="https://www.odoo.com/page/odoo-white-paper">White Papers</a></li>
|
||||
<li><a href="https://www.odoo.com/page/legal">Legal</a></li>
|
||||
|
@ -25,7 +25,7 @@ elettronica sono i seguenti:
|
||||
Ministero. Lo stesso server deve essere configurato come server che
|
||||
gestisce tutta la corrispondenza mail in Odoo, per saperne di più si
|
||||
puo’ consultare la relativa
|
||||
`guida <https://www.odoo.com/documentation/user/12.0/discuss/email_servers.html>`__.
|
||||
`guida <https://www.odoo.com/documentation/user/13.0/discuss/email_servers.html>`__.
|
||||
|
||||
- Indirizzo PEC dell’ Azienda, tale indirizzo deve essere lo stesso
|
||||
registrato presso l’Agenzia delle Entrate per l’utilizzo dei servizi
|
||||
|
@ -184,6 +184,6 @@ Run a test transaction from Odoo using the sandbox personal account.
|
||||
|
||||
See also
|
||||
|
||||
`How to manage orders paid with payment acquirers <https://www.odoo.com/documentation/user/12.0/ecommerce/shopper_experience/payment.html>`__
|
||||
`How to manage orders paid with payment acquirers <https://www.odoo.com/documentation/user/13.0/ecommerce/shopper_experience/payment.html>`__
|
||||
|
||||
`How to manage orders paid with payment acquirers <https://www.odoo.com/documentation/user/12.0/ecommerce/shopper_experience/payment_acquirer.html>`__
|
||||
`How to manage orders paid with payment acquirers <https://www.odoo.com/documentation/user/13.0/ecommerce/shopper_experience/payment_acquirer.html>`__
|
||||
|
@ -7,10 +7,10 @@ Licenses
|
||||
|
||||
.. _odoo_community_license:
|
||||
|
||||
Odoo 12 Community Edition
|
||||
Odoo 13 Community Edition
|
||||
=========================
|
||||
|
||||
Odoo 12 Community Edition is licensed under
|
||||
Odoo 13 Community Edition is licensed under
|
||||
`LGPL version 3 <http://www.gnu.org/licenses/lgpl-3.0.en.html>`_ (also known as LGPLv3).
|
||||
See also the `GPL FAQ <http://www.gnu.org/licenses/gpl-faq.en.html>`_ and the
|
||||
`compatibility matrix <http://www.gnu.org/licenses/gpl-faq.en.html#AllCompatibility>`_.
|
||||
@ -18,10 +18,10 @@ See also the `GPL FAQ <http://www.gnu.org/licenses/gpl-faq.en.html>`_ and the
|
||||
|
||||
.. _odoo_enterprise_license:
|
||||
|
||||
Odoo 12 Enterprise Edition
|
||||
Odoo 13 Enterprise Edition
|
||||
==========================
|
||||
|
||||
Odoo 12 Enterprise Edition is licensed under the Odoo Enterprise Edition License v1.0,
|
||||
Odoo 13 Enterprise Edition is licensed under the Odoo Enterprise Edition License v1.0,
|
||||
defined as follows:
|
||||
|
||||
.. use <tt> to avoid default <pre> styling
|
||||
|
@ -7,7 +7,7 @@ Mobile
|
||||
Push Notifications
|
||||
==================
|
||||
|
||||
As of Odoo 12.0, there is no more complex configuration to enable push
|
||||
As of Odoo 12.0, 13.0 or above, there is no more complex configuration to enable push
|
||||
notifications in the mobile app.
|
||||
|
||||
Simply go to *Settings* > *General Settings* > *Odoo Cloud Notification (OCN)*
|
||||
|
@ -77,7 +77,7 @@ You can start using Odoo.sh. Your first build is about to be created. You will s
|
||||
Import your database
|
||||
====================
|
||||
|
||||
You can import your database in your Odoo.sh project as long as this is an Odoo 10.0, 11.0 or 12.0 database.
|
||||
You can import your database in your Odoo.sh project as long as this is an Odoo 10.0, 11.0 or above database.
|
||||
|
||||
Push your modules in production
|
||||
-------------------------------
|
||||
|
@ -130,14 +130,14 @@ Technical Details for Nerds
|
||||
Advanced users may, of course, fork and clone `the GitHub repository <https://github.com/odoo/documentation-user>`_.
|
||||
Then submit a pull request with the canonical Git/GitHub workflow.
|
||||
|
||||
See our `README <https://github.com/odoo/documentation-user/blob/12.0/README.rst>`_ file about building
|
||||
See our `README <https://github.com/odoo/documentation-user/blob/13.0/README.rst>`_ file about building
|
||||
the documentation.
|
||||
|
||||
|
||||
Developer documentation
|
||||
=======================
|
||||
|
||||
Documentation that targets developers of Odoo apps is maintained alongside `the source code of Odoo <https://github.com/odoo/odoo/tree/12.0/doc>`_.
|
||||
Documentation that targets developers of Odoo apps is maintained alongside `the source code of Odoo <https://github.com/odoo/odoo/tree/13.0/doc>`_.
|
||||
|
||||
.. note::
|
||||
User documentation might contain technicalities yet, when they are related to configuration and everyday use of Odoo.
|
||||
|
Loading…
Reference in New Issue
Block a user