details:   https://code.tryton.org/tryton/commit/9b2200331d77
branch:    default
user:      Cédric Krier <[email protected]>
date:      Mon Dec 08 10:32:08 2025 +0100
description:
        Fix help text for rental state to be about rental
diffstat:

 modules/sale_rental/sale.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0a42f3089c4f -r 9b2200331d77 modules/sale_rental/sale.py
--- a/modules/sale_rental/sale.py       Mon Dec 08 10:31:43 2025 +0100
+++ b/modules/sale_rental/sale.py       Mon Dec 08 10:32:08 2025 +0100
@@ -268,7 +268,7 @@
             ('done', "Done"),
             ('cancelled', "Cancelled"),
             ], "State", readonly=True, required=True, sort=False,
-        help="The current state of the sale subscription.")
+        help="The current state of the sale rental.")
 
     @classmethod
     def __setup__(cls):

Reply via email to