mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	[IMP] EBICS File Format - improve name_get
This commit is contained in:
		@@ -114,5 +114,7 @@ class EbicsFileFormat(models.Model):
 | 
			
		||||
        res = []
 | 
			
		||||
        for rec in self:
 | 
			
		||||
            name = rec.ebics_version == "2" and rec.name or rec.btf_message
 | 
			
		||||
            if rec.description:
 | 
			
		||||
                name += " - " + rec.description
 | 
			
		||||
            res.append((rec.id, name))
 | 
			
		||||
        return res
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user