[MIG] account_ebics_batch_payment: Migration to 17.0

This commit is contained in:
Luc De Meyer 2024-01-30 22:32:52 +01:00
parent acb8e676b8
commit 7b2c4cb3ac
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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>