changeset d498c016e542 in modules/stock_package_shipping_mygls:default
details: 
https://hg.tryton.org/modules/stock_package_shipping_mygls?cmd=changeset&node=d498c016e542
description:
        Remove trailing quote in error message
diffstat:

 message.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a70864f89e0f -r d498c016e542 message.xml
--- a/message.xml       Fri Oct 22 10:53:53 2021 +0200
+++ b/message.xml       Sun Oct 24 09:50:37 2021 +0200
@@ -10,7 +10,7 @@
             <field name="text">To validate shipment "%(shipment)s" you must 
set a country code to the address of warehouse "%(warehouse)s".</field>
         </record>
         <record model="ir.message" 
id="msg_shipping_to_address_country_code_required">
-            <field name="text">To validate shipment "%(shipment)s" you must 
set a country code to the destination address".</field>
+            <field name="text">To validate shipment "%(shipment)s" you must 
set a country code to the destination address.</field>
         </record>
         <record model="ir.message" id="msg_phone_mobile_required">
             <field name="text">To validate shipment "%(shipment)s" you must 
add a phone or mobile number to party "%(party)s".</field>

Reply via email to