details: https://code.tryton.org/tryton/commit/05432ef3de16
branch: 7.6
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 aed59383e205 -r 05432ef3de16 modules/party/address.xml
--- a/modules/party/address.xml Sat Jan 24 08:51:39 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>