[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:
Manitra Andriamitondra 2017-03-08 14:50:22 +03:00 committed by Yannick Tivisse
parent 8997488823
commit beb156ed50

View File

@ -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.