[FIX] *: update v14 urls
Remove outdated references to 13.0 Closes odoo/documentation-user#755
This commit is contained in:
parent
c0ea9a5c7b
commit
4f35fd1b93
@ -1,10 +1,10 @@
|
|||||||
{# note: if odoo.com/page/docs sub-menu's structure change, these links have to change as well #}
|
{# 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/13.0/index.html">User</a></li>
|
<li><a href="https://www.odoo.com/documentation/user/14.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://www.odoo.com/documentation/14.0/index.html">Developer</a></li>
|
||||||
<li><a href="https://odoo.com/slides">eLearning</a></li>
|
<li><a href="https://training.odoo.com">Training Center</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/14.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/documentation/14.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/odoo-white-paper">White Papers</a></li>
|
||||||
<li><a href="https://www.odoo.com/page/legal">Legal</a></li>
|
<li><a href="https://www.odoo.com/page/legal">Legal</a></li>
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ of conformity testifying that your software complies with the anti-fraud
|
|||||||
legislation. This certificate is granted by Odoo SA to Odoo Enterprise users
|
legislation. This certificate is granted by Odoo SA to Odoo Enterprise users
|
||||||
`here <https://www.odoo.com/my/contract/french-certification/>`_.
|
`here <https://www.odoo.com/my/contract/french-certification/>`_.
|
||||||
If you use Odoo Community, you should
|
If you use Odoo Community, you should
|
||||||
`upgrade to Odoo Enterprise <https://www.odoo.com/documentation/13.0/setup/enterprise.html>`_
|
`upgrade to Odoo Enterprise <https://www.odoo.com/documentation/14.0/setup/enterprise.html>`_
|
||||||
or contact your Odoo service provider.
|
or contact your Odoo service provider.
|
||||||
|
|
||||||
In case of non-conformity, your company risks a fine of €7,500.
|
In case of non-conformity, your company risks a fine of €7,500.
|
||||||
|
@ -276,12 +276,12 @@ Prepare your version
|
|||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
Now that your machine is all set up, it is time to do the same for your version of the documentation
|
Now that your machine is all set up, it is time to do the same for your version of the documentation
|
||||||
files. As it would not be convenient to have several people working on the version 13.0 in parallel
|
files. As it would not be convenient to have several people working on the version 14.0 in parallel
|
||||||
(conflicts of content would occur all the time), and in order to be able to create a :abbr:`PR
|
(conflicts of content would occur all the time), and in order to be able to create a :abbr:`PR
|
||||||
(Pull Request)`, you must `create a new branch
|
(Pull Request)`, you must `create a new branch
|
||||||
<https://www.atlassian.com/git/tutorials/using-branches>`_ starting from the branch 13.0. In other
|
<https://www.atlassian.com/git/tutorials/using-branches>`_ starting from the branch 14.0. In other
|
||||||
words, you copy the entirety of this version’s files and give it another name. For this example, we
|
words, you copy the entirety of this version’s files and give it another name. For this example, we
|
||||||
will go with ``13.0-my_contribution``.
|
will go with ``14.0-my_contribution``.
|
||||||
|
|
||||||
Execute the following commands in a terminal to...
|
Execute the following commands in a terminal to...
|
||||||
|
|
||||||
@ -291,17 +291,17 @@ Execute the following commands in a terminal to...
|
|||||||
|
|
||||||
$ cd documentation-user/
|
$ cd documentation-user/
|
||||||
|
|
||||||
#. Switch to the version 13.0:
|
#. Switch to the version 14.0:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ git checkout 13.0
|
$ git checkout 14.0
|
||||||
|
|
||||||
#. Create your own branch which will be a copy of 13.0:
|
#. Create your own branch which will be a copy of 14.0:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ git checkout -b 13.0-my_contribution
|
$ git checkout -b 14.0-my_contribution
|
||||||
|
|
||||||
.. _contributing/perform-changes:
|
.. _contributing/perform-changes:
|
||||||
|
|
||||||
@ -371,7 +371,7 @@ Submit your changes
|
|||||||
|
|
||||||
$ git add *
|
$ git add *
|
||||||
$ git commit
|
$ git commit
|
||||||
$ git push -u origin 13.0-my_contribution
|
$ git push -u origin 14.0-my_contribution
|
||||||
|
|
||||||
#. Go to `github.com/odoo/documentation-user/pulls
|
#. Go to `github.com/odoo/documentation-user/pulls
|
||||||
<https://github.com/odoo/documentation-user/pulls>`_ and click on the **New pull request**
|
<https://github.com/odoo/documentation-user/pulls>`_ and click on the **New pull request**
|
||||||
@ -385,7 +385,7 @@ Submit your changes
|
|||||||
.. image:: media/compare-across-forks.png
|
.. image:: media/compare-across-forks.png
|
||||||
|
|
||||||
#. In the dropdown for the selection of the base branch (i.e., the version of the documentation that
|
#. In the dropdown for the selection of the base branch (i.e., the version of the documentation that
|
||||||
your changes concern), make sure to select the version that your changes target (here **13.0**).
|
your changes concern), make sure to select the version that your changes target (here **14.0**).
|
||||||
|
|
||||||
.. image:: media/select-branches-fork.png
|
.. image:: media/select-branches-fork.png
|
||||||
|
|
||||||
|
@ -35,8 +35,8 @@ A reference to the rendered :file:`prices.html` and :file:`variants.html` could
|
|||||||
|
|
||||||
#. Absolute:
|
#. Absolute:
|
||||||
|
|
||||||
- ``https://odoo.com/documentation/user/13.0/sales/products_prices/prices.html``
|
- ``https://odoo.com/documentation/user/14.0/sales/products_prices/prices.html``
|
||||||
- ``https://odoo.com/documentation/user/13.0/sales/products_prices/products/variants.html``
|
- ``https://odoo.com/documentation/user/14.0/sales/products_prices/products/variants.html``
|
||||||
|
|
||||||
#. Relative:
|
#. Relative:
|
||||||
|
|
||||||
|
@ -68,4 +68,4 @@ Offering my own services
|
|||||||
I am more than welcome to offer my own IAP services through Odoo Apps! It is the perfect opportunity
|
I am more than welcome to offer my own IAP services through Odoo Apps! It is the perfect opportunity
|
||||||
to get recurring revenue for an ongoing service use rather than — and possibly instead of — a sole
|
to get recurring revenue for an ongoing service use rather than — and possibly instead of — a sole
|
||||||
initial purchase. Please, find more information at: `In-App Purchase
|
initial purchase. Please, find more information at: `In-App Purchase
|
||||||
<https://www.odoo.com/documentation/13.0/webservices/iap.html>`_
|
<https://www.odoo.com/documentation/14.0/webservices/iap.html>`_
|
||||||
|
@ -129,5 +129,5 @@ at an invoice/bills level or at a sales/purchase orders level.
|
|||||||
Remember to test all workflows as an user other than the administrator.
|
Remember to test all workflows as an user other than the administrator.
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
- `Multi-company Guidelines <https://www.odoo.com/documentation/13.0/howtos/company.html>`_
|
- `Multi-company Guidelines <https://www.odoo.com/documentation/14.0/howtos/company.html>`_
|
||||||
- :doc:`../../accounting/others/multicurrencies/how_it_works`
|
- :doc:`../../accounting/others/multicurrencies/how_it_works`
|
||||||
|
@ -129,7 +129,7 @@ the user can have access.
|
|||||||
.. note::
|
.. note::
|
||||||
Note that if not handled correctly, it may be the source of a lot of inconsistent multi-company
|
Note that if not handled correctly, it may be the source of a lot of inconsistent multi-company
|
||||||
behaviors. Therefore, a good knowledge of Odoo is required. For technical explanations refer
|
behaviors. Therefore, a good knowledge of Odoo is required. For technical explanations refer
|
||||||
to `this <https://www.odoo.com/documentation/13.0/howtos/company.html>`_ documentation.
|
to `this <https://www.odoo.com/documentation/14.0/howtos/company.html>`_ documentation.
|
||||||
|
|
||||||
.. image:: media/multi_companies.png
|
.. image:: media/multi_companies.png
|
||||||
:align: center
|
:align: center
|
||||||
|
@ -9,5 +9,5 @@ have to sign the Odoo Contributor License Agreement (CLA).
|
|||||||
|
|
||||||
More information about this requirement, the procedure to sign the agreement,
|
More information about this requirement, the procedure to sign the agreement,
|
||||||
and a FAQ can be found on our
|
and a FAQ can be found on our
|
||||||
`GitHub project page <https://github.com/odoo/odoo/blob/13.0/doc/cla/sign-cla.md>`_.
|
`GitHub project page <https://github.com/odoo/odoo/blob/14.0/doc/cla/sign-cla.md>`_.
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ The platform will take care to install these dependencies in your containers.
|
|||||||
`The pip requirements specifiers <https://pip.pypa.io/en/stable/reference/pip_install/#requirement-specifiers>`_
|
`The pip requirements specifiers <https://pip.pypa.io/en/stable/reference/pip_install/#requirement-specifiers>`_
|
||||||
documentation can help you write a :file:`requirements.txt` file.
|
documentation can help you write a :file:`requirements.txt` file.
|
||||||
To have a concrete example,
|
To have a concrete example,
|
||||||
check out the `requirements.txt file of Odoo <https://github.com/odoo/odoo/blob/13.0/requirements.txt>`_.
|
check out the `requirements.txt file of Odoo <https://github.com/odoo/odoo/blob/14.0/requirements.txt>`_.
|
||||||
|
|
||||||
The :file:`requirements.txt` files of submodules are taken into account as well. The platform
|
The :file:`requirements.txt` files of submodules are taken into account as well. The platform
|
||||||
looks for :file:`requirements.txt` files in each folder containing Odoo modules: Not in the module folder itself,
|
looks for :file:`requirements.txt` files in each folder containing Odoo modules: Not in the module folder itself,
|
||||||
@ -174,7 +174,7 @@ In the above commands, the argument:
|
|||||||
* ``--stop-after-init`` will immediately shutdown the server instance after it completed the operations you asked.
|
* ``--stop-after-init`` will immediately shutdown the server instance after it completed the operations you asked.
|
||||||
|
|
||||||
More options are available and detailed in the
|
More options are available and detailed in the
|
||||||
`CLI documentation <https://www.odoo.com/documentation/13.0/reference/cmdline.html>`_.
|
`CLI documentation <https://www.odoo.com/documentation/14.0/reference/cmdline.html>`_.
|
||||||
|
|
||||||
You can find in the logs (*~/logs/odoo.log*) the addons path used by Odoo.sh to run your server.
|
You can find in the logs (*~/logs/odoo.log*) the addons path used by Odoo.sh to run your server.
|
||||||
Look for "*odoo: addons paths*":
|
Look for "*odoo: addons paths*":
|
||||||
|
@ -43,7 +43,7 @@ instance will be held temporarily unavailable for maintenance reason.
|
|||||||
|
|
||||||
This method is equivalent to perform an upgrade of the module through the Apps menu,
|
This method is equivalent to perform an upgrade of the module through the Apps menu,
|
||||||
or through the :code:`-u` switch of
|
or through the :code:`-u` switch of
|
||||||
`the command line <https://www.odoo.com/documentation/13.0/reference/cmdline.html>`_.
|
`the command line <https://www.odoo.com/documentation/14.0/reference/cmdline.html>`_.
|
||||||
|
|
||||||
In the case the changes in the commit prevent the server to restart,
|
In the case the changes in the commit prevent the server to restart,
|
||||||
or if the modules update fails,
|
or if the modules update fails,
|
||||||
|
@ -110,7 +110,7 @@ Access the URL :file:`/web/database/manager` of your on-premise database and dow
|
|||||||
|
|
||||||
If you cannot access the database manager, it may have been disabled by your system administrator.
|
If you cannot access the database manager, it may have been disabled by your system administrator.
|
||||||
See the `database manager security documentation
|
See the `database manager security documentation
|
||||||
<https://www.odoo.com/documentation/13.0/setup/deploy.html#database-manager-security>`_.
|
<https://www.odoo.com/documentation/14.0/setup/deploy.html#database-manager-security>`_.
|
||||||
|
|
||||||
You will need the master password of your database server. If you do not have it, contact your system administrator.
|
You will need the master password of your database server. If you do not have it, contact your system administrator.
|
||||||
|
|
||||||
|
@ -90,7 +90,7 @@ From the Odoo.sh editor, in a terminal:
|
|||||||
$ odoo-bin scaffold my_module ~/src/user/
|
$ odoo-bin scaffold my_module ~/src/user/
|
||||||
|
|
||||||
Or, from your computer, if you have an `installation of Odoo
|
Or, from your computer, if you have an `installation of Odoo
|
||||||
<https://www.odoo.com/documentation/13.0/setup/install.html#source-install>`_:
|
<https://www.odoo.com/documentation/14.0/setup/install.html#source-install>`_:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
@ -151,7 +151,7 @@ Manually
|
|||||||
--------
|
--------
|
||||||
|
|
||||||
If you want to create your module structure manually,
|
If you want to create your module structure manually,
|
||||||
you can follow `Build an Odoo module <https://www.odoo.com/documentation/13.0/howtos/backend.html>`_ to understand
|
you can follow `Build an Odoo module <https://www.odoo.com/documentation/14.0/howtos/backend.html>`_ to understand
|
||||||
the structure of a module and the content of each file.
|
the structure of a module and the content of each file.
|
||||||
|
|
||||||
Push the development branch
|
Push the development branch
|
||||||
|
@ -32,7 +32,7 @@ you can proceed to the next step.
|
|||||||
|
|
||||||
If you use Odoo with an on-premise setup or through a partner, then you must update
|
If you use Odoo with an on-premise setup or through a partner, then you must update
|
||||||
your installation as detailed in
|
your installation as detailed in
|
||||||
`this documentation page <https://www.odoo.com/documentation/13.0/setup/update.html>`_
|
`this documentation page <https://www.odoo.com/documentation/14.0/setup/update.html>`_
|
||||||
or by contacting your integrating partner.
|
or by contacting your integrating partner.
|
||||||
|
|
||||||
Update the list of available modules
|
Update the list of available modules
|
||||||
|
@ -26,6 +26,8 @@ This matrix shows the support status of every version.
|
|||||||
+====================+=============+==========+==============+================+==============================================+
|
+====================+=============+==========+==============+================+==============================================+
|
||||||
| **Odoo 14.0** | |green| | |green| | |green| | October 2020 | |
|
| **Odoo 14.0** | |green| | |green| | |green| | October 2020 | |
|
||||||
+--------------------+-------------+----------+--------------+----------------+----------------------------------------------+
|
+--------------------+-------------+----------+--------------+----------------+----------------------------------------------+
|
||||||
|
| Odoo 13.saas~4 | |green| | N/A | N/A | August 2019 | |
|
||||||
|
+--------------------+-------------+----------+--------------+----------------+----------------------------------------------+
|
||||||
| **Odoo 13.0** | |green| | |green| | |green| | October 2019 | |
|
| **Odoo 13.0** | |green| | |green| | |green| | October 2019 | |
|
||||||
+--------------------+-------------+----------+--------------+----------------+----------------------------------------------+
|
+--------------------+-------------+----------+--------------+----------------+----------------------------------------------+
|
||||||
| Odoo 12.saas~3 | |green| | N/A | N/A | August 2019 | |
|
| Odoo 12.saas~3 | |green| | N/A | N/A | August 2019 | |
|
||||||
|
@ -30,5 +30,5 @@ Here are some resources that might help you:
|
|||||||
|
|
||||||
- Our `documentation pages <https://www.odoo.com/page/docs>`_.
|
- Our `documentation pages <https://www.odoo.com/page/docs>`_.
|
||||||
- Ask your question on the `community forum <https://www.odoo.com/forum/help-1>`_.
|
- Ask your question on the `community forum <https://www.odoo.com/forum/help-1>`_.
|
||||||
- `Buy Odoo Enterprise <https://www.odoo.com/documentation/13.0/setup/enterprise.html>`_ to get the
|
- `Buy Odoo Enterprise <https://www.odoo.com/documentation/14.0/setup/enterprise.html>`_ to get the
|
||||||
support and bugfix services.
|
support and bugfix services.
|
||||||
|
@ -29,7 +29,7 @@ Installation
|
|||||||
./odoo-bin --geoip-db= ~/Downloads/GeoLite2-City.mmdb
|
./odoo-bin --geoip-db= ~/Downloads/GeoLite2-City.mmdb
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
- `CLI documentation <https://www.odoo.com/documentation/13.0/reference/cmdline.html>`_.
|
- `CLI documentation <https://www.odoo.com/documentation/14.0/reference/cmdline.html>`_.
|
||||||
|
|
||||||
.. warning:: ``GeoIP`` Python library can also be used. However this version is discontinued since January 2019. See `GeoLite Legacy databases are now discontinued <https://support.maxmind.com/geolite-legacy-discontinuation-notice/>`_
|
.. warning:: ``GeoIP`` Python library can also be used. However this version is discontinued since January 2019. See `GeoLite Legacy databases are now discontinued <https://support.maxmind.com/geolite-legacy-discontinuation-notice/>`_
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ You should end up with a dictionary indicating the location of the ip address.
|
|||||||
.. note:: If the curly braces are empty ``{}``, it can be for any of the following reason :
|
.. note:: If the curly braces are empty ``{}``, it can be for any of the following reason :
|
||||||
|
|
||||||
- The browsing IP address is the localhost (``127.0.0.1``) or a local area network one (``192.168.*.*``)
|
- The browsing IP address is the localhost (``127.0.0.1``) or a local area network one (``192.168.*.*``)
|
||||||
- If a reversed proxy is used, make sure to configure it correctly. See `--proxy-mode <https://www.odoo.com/documentation/13.0/reference/cmdline.html#cmdoption-odoo-bin-proxy-mode>`__
|
- If a reversed proxy is used, make sure to configure it correctly. See `--proxy-mode <https://www.odoo.com/documentation/14.0/reference/cmdline.html#cmdoption-odoo-bin-proxy-mode>`__
|
||||||
- ``geoip2`` is not installed or the GeoIP database file wasn't found
|
- ``geoip2`` is not installed or the GeoIP database file wasn't found
|
||||||
- The GeoIP database was unable to resolve the given IP address
|
- The GeoIP database was unable to resolve the given IP address
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user