[MIG] account_ebics_oe: Migration to 19.0

This commit is contained in:
Luc De Meyer
2026-03-06 22:01:53 +01:00
parent 34bd3d6fc6
commit 008261a53d
3 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 2020-2024 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl).
# Copyright 2019 Noviat.
# License LGPL-3 or later (https://www.gnu.org/licenses/lgpl).
{
"name": "account_ebics on Odoo Enterprise",
"summary": "Deploy account_ebics module on Odoo Enterprise",
"version": "18.0.1.0.0",
"version": "19.0.1.0.0",
"author": "Noviat",
"website": "https://www.noviat.com/",
"category": "Hidden",
@@ -14,7 +14,6 @@
"accountant",
],
"data": ["views/account_ebics_menu.xml"],
"installable": True,
"auto_install": True,
"images": ["static/description/cover.png"],
}

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="account_ebics.ebics_processing_menu" model="ir.ui.menu">
<field name="parent_id" eval="ref('accountant.menu_accounting')" />