mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	multi-company fix
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
# Copyright 2009-2020 Noviat.
 | 
			
		||||
# Copyright 2009-2021 Noviat.
 | 
			
		||||
# License LGPL-3 or later (http://www.gnu.org/licenses/lpgl).
 | 
			
		||||
 | 
			
		||||
from odoo import _, models
 | 
			
		||||
@@ -29,6 +29,7 @@ class AccountBatchPayment(models.Model):
 | 
			
		||||
                "default_upload_data": self.export_file,
 | 
			
		||||
                "default_upload_fname": self.export_filename,
 | 
			
		||||
                "origin": origin,
 | 
			
		||||
                'force_comany': self.journal_id.company_id.id,
 | 
			
		||||
            }
 | 
			
		||||
        )
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user