details:   https://code.tryton.org/tryton/commit/07f65641ce53
branch:    7.8
user:      Cédric Krier <[email protected]>
date:      Wed Jan 14 19:25:17 2026 +0100
description:
        Use dash instead of hyphen in Egyptian street format

        Closes #14498
        (grafted from cccc07dc054491985bbf4ca236c3ab0a96cd2602)
diffstat:

 modules/party/address.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 2a41b4dd9a4e -r 07f65641ce53 modules/party/address.xml
--- a/modules/party/address.xml Sat Jan 17 15:45:13 2026 +0100
+++ b/modules/party/address.xml Wed Jan 14 19:25:17 2026 +0100
@@ -821,7 +821,7 @@
 ${subdivision}
 ${postal_code}
 ${COUNTRY}</field>
-            <field name="street_format">${building_number} ${street_name} - 
${building_name}
+            <field name="street_format">${building_number} ${street_name} – 
${building_name}
 ${post_box}
 ${post_office}</field>
             <field name="post_box_format">P. O. Box {}</field>

Reply via email to