mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	update CI config
This commit is contained in:
		
				
					committed by
					
						
						Luc De Meyer
					
				
			
			
				
	
			
			
			
						parent
						
							1d9bbe19ae
						
					
				
				
					commit
					64ab2dc6d8
				
			@@ -148,7 +148,7 @@ class EbicsConfig(models.Model):
 | 
			
		||||
                        ok = False
 | 
			
		||||
            if not ok:
 | 
			
		||||
                raise UserError(
 | 
			
		||||
                    _(
 | 
			
		||||
                    _(  # pylint: disable=W8120
 | 
			
		||||
                        "Order Number should comply with the following pattern:"
 | 
			
		||||
                        "\n[A-Z]{1}[A-Z0-9]{3}"
 | 
			
		||||
                    )
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2009-2023 Noviat.
 | 
			
		||||
# Copyright 2009-2024 Noviat.
 | 
			
		||||
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
 | 
			
		||||
 | 
			
		||||
import base64
 | 
			
		||||
@@ -168,8 +168,8 @@ class EbicsFile(models.Model):
 | 
			
		||||
            if raise_if_not_found:
 | 
			
		||||
                raise UserError(
 | 
			
		||||
                    _(
 | 
			
		||||
                        "The module to process the '%(ebics_format)s' format is not installed "
 | 
			
		||||
                        "on your system. "
 | 
			
		||||
                        "The module to process the '%(ebics_format)s' format is not "
 | 
			
		||||
                        "installed on your system. "
 | 
			
		||||
                        "\nPlease install module '%(module)s'",
 | 
			
		||||
                        ebics_format=self.format_id.name,
 | 
			
		||||
                        module=module,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user