mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-03 22:50:59 +00:00 
			
		
		
		
	[IMP]remove SWIFT 3Skey support from UI
These fields should be restored after implementation of SWIFT SConnect. SWIFT 3Skey certificates can be imported into account_ebics and used for download purposes but there is little value in this. Hence it's better to remove it for the time being.
This commit is contained in:
		@@ -118,6 +118,7 @@
 | 
			
		||||
                            widget="many2many_tags"
 | 
			
		||||
                            options="{'no_create': True}"
 | 
			
		||||
                        />
 | 
			
		||||
            <!-- TODO: restore these fields after implementation of SWIFT SConnect
 | 
			
		||||
            <field
 | 
			
		||||
                            name="swift_3skey"
 | 
			
		||||
                            attrs="{'invisible': [('signature_class', '=', 'T')]}"
 | 
			
		||||
@@ -128,6 +129,7 @@
 | 
			
		||||
                            filename="swift_3skey_certificate_fn"
 | 
			
		||||
                            attrs="{'invisible': [('swift_3skey', '=', False)], 'required': [('swift_3skey', '=', True)]}"
 | 
			
		||||
                        />
 | 
			
		||||
            -->
 | 
			
		||||
            <field name="ebics_key_x509" />
 | 
			
		||||
          </group>
 | 
			
		||||
        </group>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user