mirror of
https://github.com/brain-tec/account_ebics.git
synced 2026-04-25 23:26:50 +00:00
[MIG] account_ebics_oe: Migration to 19.0
This commit is contained in:
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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"],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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')" />
|
||||||
|
|||||||
Reference in New Issue
Block a user