From beb156ed50ed374d2762a739ccfe78ae0ea5ba54 Mon Sep 17 00:00:00 2001 From: Manitra Andriamitondra Date: Wed, 8 Mar 2017 14:50:22 +0300 Subject: [PATCH] [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 --- accounting/receivables/getting_paid/automated_followups.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accounting/receivables/getting_paid/automated_followups.rst b/accounting/receivables/getting_paid/automated_followups.rst index 76d8edf29..214fc179f 100644 --- a/accounting/receivables/getting_paid/automated_followups.rst +++ b/accounting/receivables/getting_paid/automated_followups.rst @@ -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 \ No newline at end of file + :align: center