details:   https://code.tryton.org/tryton/commit/f25a75770616
branch:    default
user:      Cédric Krier <[email protected]>
date:      Tue Dec 09 00:56:54 2025 +0100
description:
        Improve help for gross price of template as it included many taxes
diffstat:

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

diffs (12 lines):

diff -r a49dd21644f3 -r f25a75770616 modules/sale_point/product.py
--- a/modules/sale_point/product.py     Tue Dec 09 00:50:08 2025 +0100
+++ b/modules/sale_point/product.py     Tue Dec 09 00:56:54 2025 +0100
@@ -34,7 +34,7 @@
             states={
                 'invisible': ~Eval('salable', False),
                 },
-            help="The price with default tax included."))
+            help="The price with default taxes included."))
     gross_prices = fields.One2Many(
         'product.gross_price', 'template', "Gross Prices")
 

Reply via email to