mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-03 22:50:59 +00:00 
			
		
		
		
	[IMP] account_ebics_oe_statement_import: black, isort, prettier
This commit is contained in:
		@@ -12,7 +12,7 @@ class AccountBankStatementImport(models.TransientModel):
 | 
			
		||||
    _inherit = "account.bank.statement.import"
 | 
			
		||||
 | 
			
		||||
    def _check_parsed_data(self, stmts_vals, account_number):
 | 
			
		||||
        """ Basic and structural verifications """
 | 
			
		||||
        """Basic and structural verifications"""
 | 
			
		||||
        if self.env.context.get("active_model") == "ebics.file":
 | 
			
		||||
            message = False
 | 
			
		||||
            if len(stmts_vals) == 0:
 | 
			
		||||
 
 | 
			
		||||
@@ -0,0 +1 @@
 | 
			
		||||
../../../../account_ebics_oe_statement_import
 | 
			
		||||
							
								
								
									
										6
									
								
								setup/account_ebics_oe_statement_import/setup.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								setup/account_ebics_oe_statement_import/setup.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
import setuptools
 | 
			
		||||
 | 
			
		||||
setuptools.setup(
 | 
			
		||||
    setup_requires=['setuptools-odoo'],
 | 
			
		||||
    odoo_addon=True,
 | 
			
		||||
)
 | 
			
		||||
		Reference in New Issue
	
	Block a user