[MERGE] Forward port 12.0 into 13.0
This commit is contained in:
commit
bd60ab9d2e
@ -105,6 +105,8 @@ journal entries. All the exchange rates differences are recorded in it.
|
|||||||
.. tip::
|
.. tip::
|
||||||
The Exchange difference journal can be changed in your accounting settings.
|
The Exchange difference journal can be changed in your accounting settings.
|
||||||
|
|
||||||
|
.. include:: full_reconcile_warning.rst
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
* :doc:`../../bank/reconciliation/reconciliation_models`
|
* :doc:`../../bank/reconciliation/reconciliation_models`
|
||||||
* :doc:`../../bank/reconciliation/use_cases`
|
* :doc:`../../bank/reconciliation/use_cases`
|
@ -0,0 +1,7 @@
|
|||||||
|
.. warning::
|
||||||
|
In order for an exchange difference entry to be created automatically, the
|
||||||
|
corresponding invoices and payments need to be fully reconciled. This means
|
||||||
|
the invoices are fully paid and the payments are fully spent on invoices.
|
||||||
|
If you partially pay 3 invoices from 2 payments, and the last invoice still
|
||||||
|
has an amount due, there will be no exchange difference entry for any of
|
||||||
|
them until that final amount is paid.
|
@ -164,6 +164,8 @@ journal entries. All the exchange rates differences are recorded in it.
|
|||||||
.. image:: media/works14.png
|
.. image:: media/works14.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
|
.. include:: full_reconcile_warning.rst
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
* :doc:`invoices_payments`
|
* :doc:`invoices_payments`
|
||||||
* :doc:`exchange`
|
* :doc:`exchange`
|
||||||
|
@ -114,6 +114,8 @@ Difference** journal entries. All the exchange rates differences are recorded in
|
|||||||
.. image:: media/invoice09.png
|
.. image:: media/invoice09.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
|
.. include:: full_reconcile_warning.rst
|
||||||
|
|
||||||
.. seealso::
|
.. seealso::
|
||||||
* :doc:`how_it_works`
|
* :doc:`how_it_works`
|
||||||
* :doc:`exchange`
|
* :doc:`exchange`
|
||||||
|
@ -179,7 +179,7 @@ From an Odoo.sh editor terminal:
|
|||||||
|
|
||||||
The above command is explained in the section
|
The above command is explained in the section
|
||||||
:ref:`Commit & Push your changes
|
:ref:`Commit & Push your changes
|
||||||
<odoosh-gettingstarted-online-editor>` of the
|
<odoosh-gettingstarted-online-editor-push>` of the
|
||||||
:ref:`Online Editor <odoosh-gettingstarted-online-editor>`
|
:ref:`Online Editor <odoosh-gettingstarted-online-editor>`
|
||||||
chapter.
|
chapter.
|
||||||
It includes the explanation regarding the fact you will be prompted to type your username and password,
|
It includes the explanation regarding the fact you will be prompted to type your username and password,
|
||||||
@ -444,7 +444,7 @@ Add
|
|||||||
|
|
||||||
unidecode
|
unidecode
|
||||||
|
|
||||||
Then use the library in your module, for instance to remove any special characters in the name field of your
|
Then use the library in your module, for instance to remove accents from characters in the name field of your
|
||||||
model.
|
model.
|
||||||
|
|
||||||
Open the file *models/models.py*.
|
Open the file *models/models.py*.
|
||||||
|
@ -133,7 +133,7 @@ In this last command,
|
|||||||
If you activated the two-factor authentication on Github,
|
If you activated the two-factor authentication on Github,
|
||||||
you can create a
|
you can create a
|
||||||
`personal access token <https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/>`_
|
`personal access token <https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/>`_
|
||||||
and use it as password.
|
and use it as password. Granting the `repo` permission suffices.
|
||||||
|
|
||||||
|
|
||||||
.. Note::
|
.. Note::
|
||||||
|
Loading…
Reference in New Issue
Block a user