details:   https://code.tryton.org/tryton/commit/81f77aa48250
branch:    default
user:      Cédric Krier <[email protected]>
date:      Mon Sep 15 16:25:52 2025 +0200
description:
        Improve dunning overdue help text
diffstat:

 modules/account_dunning/dunning.py |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 22b34b5858e9 -r 81f77aa48250 modules/account_dunning/dunning.py
--- a/modules/account_dunning/dunning.py        Thu Jul 31 23:47:59 2025 +0200
+++ b/modules/account_dunning/dunning.py        Mon Sep 15 16:25:52 2025 +0200
@@ -32,7 +32,8 @@
     procedure = fields.Many2One(
         'account.dunning.procedure', "Procedure", required=True)
     overdue = fields.TimeDelta('Overdue',
-        help="When the level should be applied.")
+        help="The delay from the maturity date "
+        "after which the level should be applied.")
 
     def get_rec_name(self, name):
         return '%s@%s' % (self.procedure.levels.index(self),

Reply via email to