mirror of
				https://github.com/brain-tec/account_ebics.git
				synced 2025-11-04 07:00:35 +00:00 
			
		
		
		
	[MIG] account_ebics_batch_payment: Migration to 17.0
This commit is contained in:
		@@ -1,9 +1,9 @@
 | 
				
			|||||||
# Copyright 2009-2023 Noviat.
 | 
					# Copyright 2009-2024 Noviat.
 | 
				
			||||||
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
 | 
					# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    "name": "Upload Batch Payment via EBICS",
 | 
					    "name": "Upload Batch Payment via EBICS",
 | 
				
			||||||
    "version": "16.0.1.0.0",
 | 
					    "version": "17.0.1.0.0",
 | 
				
			||||||
    "license": "LGPL-3",
 | 
					    "license": "LGPL-3",
 | 
				
			||||||
    "author": "Noviat",
 | 
					    "author": "Noviat",
 | 
				
			||||||
    "website": "https://www.noviat.com",
 | 
					    "website": "https://www.noviat.com",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@
 | 
				
			|||||||
          <button
 | 
					          <button
 | 
				
			||||||
                    name="ebics_upload"
 | 
					                    name="ebics_upload"
 | 
				
			||||||
                    type="object"
 | 
					                    type="object"
 | 
				
			||||||
                    attrs="{'invisible': ['|', ('file_generation_enabled', '=', False), ('state', '!=', 'sent')]}"
 | 
					                    invisible="not file_generation_enabled or state != 'sent'"
 | 
				
			||||||
                    string="EBICS Upload"
 | 
					                    string="EBICS Upload"
 | 
				
			||||||
                />
 | 
					                />
 | 
				
			||||||
        </button>
 | 
					        </button>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user