[MERGE] Forward-port of branch 12.O to 13.0

This commit is contained in:
Antoine Vandevenne (anv) 2021-01-27 10:04:51 +01:00
commit b55fbc54b1
4 changed files with 17 additions and 17 deletions

View File

@ -86,6 +86,11 @@ companys contact.
.. image:: media/mexico03.png .. image:: media/mexico03.png
:align: center :align: center
.. warning::
From a legal point of view, a Mexican company must use the local currency (MXN).
Therefore, Odoo does not provide features to manage an alternative configuration.
If you want to manage another currency, let MXN be the default currency and use
price list instead.
Set the proper "Fiscal Position" on the partner that represent the company Set the proper "Fiscal Position" on the partner that represent the company
-------------------------------------------------------------------------- --------------------------------------------------------------------------

View File

@ -131,8 +131,7 @@ There are two possibilities:
#. Via the interface of our `website form <https://upgrade.odoo.com>`_ #. Via the interface of our `website form <https://upgrade.odoo.com>`_
#. | For technically-advanced users and partners, via the following command line (to be used on the #. | For technically-advanced users and partners, via the following command line (to be used on the
machine where your database is hosted): machine where your database is hosted):
| ``python <(curl -s beta.upgrade.odoo.com/upgrade) test -d <your db name> -t 14.0 -c <your | ``python <(curl -s beta.upgrade.odoo.com/upgrade) test -d <your db name> -t 14.0``
subscription code>``
What does it do? What does it do?
~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~
@ -263,12 +262,11 @@ Select *Production* purpose.
Assistance Assistance
~~~~~~~~~~ ~~~~~~~~~~
If you encounter issues or problems in the **production database**, please contact the Odoo Upgrade If you encounter issues or problems in the **production database**, please contact the **Odoo
Support: Support**:
#. Connect to our `Odoo Support page <https://www.odoo.com/help>`_. #. Connect to our `Odoo Support page <https://www.odoo.com/help>`_.
#. Under the *Ticket Description* section, select *An issue related to my upgrade* ticket type. #. Under the *Ticket Description* section, select the appropriate type related to your issue but
Under the *Ticket Description* section, select the appropriate type related to your issue but
**do not select** the option *An issue related to my upgrade*. **do not select** the option *An issue related to my upgrade*.
.. note:: .. note::
@ -284,8 +282,8 @@ Support:
:alt: "Detailed Description" field in the support form on Odoo :alt: "Detailed Description" field in the support form on Odoo
.. warning:: .. warning::
If you choose another *Ticket Description* type, the request will be redirected to another If you choose *An issue related to my upgrade* as ticket type, the request will be redirected
team than the upgrade one and will slow down the processing and response time. to another team than the support one and will slow down the processing and response time.
.. _db-upgrade/faq: .. _db-upgrade/faq:

View File

@ -32,17 +32,14 @@ We advise that:
cause side-effects if they are started more often than expected. cause side-effects if they are started more often than expected.
Can you install ``pycups`` or some similar library linked to ``CUPS`` ? Can you install `pycups <https://pypi.org/project/pycups/>`_ or some similar library linked to `CUPS <https://www.cups.org/>`_ ?
----------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------
Several community apps for Odoo list ``pycups`` as required dependency. Several community apps for Odoo list ``pycups`` as required dependency.
- `pycups <https://pypi.org/project/pycups/>`_ is a set of Python bindings for the libcups library. - ``pycups`` is a set of Python bindings for the libcups library. They are meant to integrate your computer with a local printing server.
They are meant to integrate your computer with a local printing server. - CUPS is a printing server meant to be used for printers on the same local network as the Odoo server.
- `CUPS <https://www.cups.org/>`_ is a printing server meant to be used for printers on the same
local network as the Odoo server.
We consider adding new system packages as long as they are indeed used. We consider adding new system packages as long as they are indeed used.
Regarding ``pycups``, you won't be able to configure a printer in the local network of your Odoo.sh Regarding ``pycups``, you won't be able to configure a printer in the local network of your Odoo.sh server.
server.

View File

@ -10,7 +10,7 @@ Download and Upload your database
================================= =================================
Download a dump of your database (from the :ref:`Builds view <odoosh-gettingstarted-builds-download-dump>`), choose the Download a dump of your database (from the :ref:`Builds view <odoosh-gettingstarted-builds-download-dump>`), choose the
exact copy and without filestore options. Upload the .sql.gz dump on https://upgrade.odoo.com/database/upload and exact copy and without filestore options. Upload the .sql.gz dump on https://upgrade.odoo.com/upload and
select the Testing Purpose. If you have custom code, you can choose to have it upgraded by us, or do it yourself. Once select the Testing Purpose. If you have custom code, you can choose to have it upgraded by us, or do it yourself. Once
it's processed, you'll get a dump of the database in return. it's processed, you'll get a dump of the database in return.