[MIG] account_ebics_payment_order: Migration to 17.0

This commit is contained in:
Luc De Meyer 2024-03-25 18:05:57 +01:00
parent e9eaeeedb7
commit ced06fdf9a
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 Payment Order via EBICS", "name": "Upload Payment Order 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"
states="generated" invisible="state != 'generated'"
string="EBICS Upload" string="EBICS Upload"
class="oe_highlight" class="oe_highlight"
/> />