8000 [FIX] accounting: Fix the negative reminder delay example · EdwinvanWees/documentation-user@beb156e · GitHub
[go: up one dir, main page]

Skip to content

Commit beb156e

Browse files
manitrativisse
authored andcommitted
[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
1 parent 8997488 commit beb156e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

accounting/receivables/getting_paid/automated_followups.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Odoo defines several actions for every reminder:
6868
.. Note::
6969
As you need to provide a number of days relative to the due date,
7070
you can use a negative number. As an example, if an invoice is issued
71-
the January 1st but the due date is January 30, if you set a reminder 3
71+
the January 1st but the due date is January 20, if you set a reminder 3
7272
days before the due date, the customer may receive an email in January
7373
17.
7474

@@ -168,4 +168,4 @@ the checkbox **Excluded**
168168
If you click on **History**, you can see all follow ups actions.
169169

170170
.. image:: ./media/automated_followups06.png
171-
:align: center
171+
:align: center

0 commit comments

Comments
 (0)
0