mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-03 22:50:59 +00:00 
			
		
		
		
	[MIG] account_ebics_batch_payment: Migration to 13.0
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    "name": "Upload Batch Payment via EBICS",
 | 
					    "name": "Upload Batch Payment via EBICS",
 | 
				
			||||||
    "version": "12.0.1.0.0",
 | 
					    "version": "13.0.1.0.0",
 | 
				
			||||||
    "license": "LGPL-3",
 | 
					    "license": "LGPL-3",
 | 
				
			||||||
    "author": "Noviat",
 | 
					    "author": "Noviat",
 | 
				
			||||||
    "category": "Accounting & Finance",
 | 
					    "category": "Accounting & Finance",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,7 +7,6 @@ from odoo import _, api, models
 | 
				
			|||||||
class AccountBatchPayment(models.Model):
 | 
					class AccountBatchPayment(models.Model):
 | 
				
			||||||
    _inherit = "account.batch.payment"
 | 
					    _inherit = "account.batch.payment"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @api.multi
 | 
					 | 
				
			||||||
    def ebics_upload(self):
 | 
					    def ebics_upload(self):
 | 
				
			||||||
        self.ensure_one()
 | 
					        self.ensure_one()
 | 
				
			||||||
        ctx = self.env.context.copy()
 | 
					        ctx = self.env.context.copy()
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user