[FIX] accounting: Fix the negative reminder delay example
If we have -3 as reminder delay and the reminder occures on the 17th, the correct due date is 20 and not 30
This commit is contained in:
parent
8997488823
commit
beb156ed50
@ -68,7 +68,7 @@ Odoo defines several actions for every reminder:
|
||||
.. Note::
|
||||
As you need to provide a number of days relative to the due date,
|
||||
you can use a negative number. As an example, if an invoice is issued
|
||||
the January 1st but the due date is January 30, if you set a reminder 3
|
||||
the January 1st but the due date is January 20, if you set a reminder 3
|
||||
days before the due date, the customer may receive an email in January
|
||||
17.
|
||||
|
||||
@ -168,4 +168,4 @@ the checkbox **Excluded**
|
||||
If you click on **History**, you can see all follow ups actions.
|
||||
|
||||
.. image:: ./media/automated_followups06.png
|
||||
:align: center
|
||||
:align: center
|
||||
|
Loading…
Reference in New Issue
Block a user