mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	fix migration script
This commit is contained in:
		@@ -27,7 +27,7 @@ def _ebics_config_upgrade(env, version):
 | 
				
			|||||||
        state = cfg_data['state'] == 'active' and 'confirm' or 'draft'
 | 
					        state = cfg_data['state'] == 'active' and 'confirm' or 'draft'
 | 
				
			||||||
        cfg.write({
 | 
					        cfg.write({
 | 
				
			||||||
            'company_ids': [(6, 0, [cfg_data['company_id']])],
 | 
					            'company_ids': [(6, 0, [cfg_data['company_id']])],
 | 
				
			||||||
            'journal_ids': [(6, 0, [journal.ids])],
 | 
					            'journal_ids': [(6, 0, journal.ids)],
 | 
				
			||||||
            'ebics_keys': ebics_keys_root,
 | 
					            'ebics_keys': ebics_keys_root,
 | 
				
			||||||
            'state': state,
 | 
					            'state': state,
 | 
				
			||||||
        })
 | 
					        })
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user