changeset ae5770708ae3 in modules/account_es_sii:default
details: 
https://hg.tryton.org/modules/account_es_sii?cmd=changeset&node=ae5770708ae3
description:
        Fix typo in missing URL message

        issue11403
        review405201002
diffstat:

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

diffs (12 lines):

diff -r 76852bed2fd2 -r ae5770708ae3 message.xml
--- a/message.xml       Mon Apr 11 17:57:43 2022 +0200
+++ b/message.xml       Fri Apr 15 08:22:22 2022 +0200
@@ -10,7 +10,7 @@
             <field name="text">You cannot delete SII invoice "%(invoice)s" 
because it has already been sent.</field>
         </record>
         <record model="ir.message" id="msg_missing_sii_url">
-            <field name="text">To send invoice to SII service, you need to set 
an URL on the account configuration.</field>
+            <field name="text">To send invoices to SII service, you need to 
set an URL on the account configuration.</field>
         </record>
         <record model="ir.message" id="msg_es_sii_posted_invoices">
             <field name="text">You can not change the SII setting for period 
"%(period)s" because there are already posted invoices.</field>

Reply via email to