[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

@@ -42,6 +42,7 @@ jobs:
name: test with Odoo Community name: test with Odoo Community
odoo_enterprise : 0 odoo_enterprise : 0
exclude_modules : "" exclude_modules : ""
exclude: "account_ebics_batch_payment,account_ebics_oe"
- container: ghcr.io/oca/oca-ci/py3.10-odoo19.0:latest - container: ghcr.io/oca/oca-ci/py3.10-odoo19.0:latest
name: test with Odoo Enterprise name: test with Odoo Enterprise
odoo_enterprise : 1 odoo_enterprise : 1

View File

@@ -1,10 +1,10 @@
# Copyright 2020-2024 Noviat. # Copyright 2019 Noviat.
# License LGPL-3 or later (http://www.gnu.org/licenses/lgpl). # License LGPL-3 or later (https://www.gnu.org/licenses/lgpl).
{ {
"name": "account_ebics on Odoo Enterprise", "name": "account_ebics on Odoo Enterprise",
"summary": "Deploy account_ebics module 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", "author": "Noviat",
"website": "https://www.noviat.com/", "website": "https://www.noviat.com/",
"category": "Hidden", "category": "Hidden",
@@ -14,7 +14,6 @@
"accountant", "accountant",
], ],
"data": ["views/account_ebics_menu.xml"], "data": ["views/account_ebics_menu.xml"],
"installable": True,
"auto_install": True, "auto_install": True,
"images": ["static/description/cover.png"], "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> <odoo>
<record id="account_ebics.ebics_processing_menu" model="ir.ui.menu"> <record id="account_ebics.ebics_processing_menu" model="ir.ui.menu">
<field name="parent_id" eval="ref('accountant.menu_accounting')" /> <field name="parent_id" eval="ref('accountant.menu_accounting')" />