diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 343ae8f..97c39c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,7 @@ jobs: name: test with Odoo Community odoo_enterprise : 0 exclude_modules : "" + exclude: "account_ebics_batch_payment,account_ebics_oe" - container: ghcr.io/oca/oca-ci/py3.10-odoo19.0:latest name: test with Odoo Enterprise odoo_enterprise : 1 diff --git a/account_ebics_oe/__manifest__.py b/account_ebics_oe/__manifest__.py index daba802..cf3cbc0 100644 --- a/account_ebics_oe/__manifest__.py +++ b/account_ebics_oe/__manifest__.py @@ -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"], } diff --git a/account_ebics_oe/views/account_ebics_menu.xml b/account_ebics_oe/views/account_ebics_menu.xml index 52e179f..693e63e 100644 --- a/account_ebics_oe/views/account_ebics_menu.xml +++ b/account_ebics_oe/views/account_ebics_menu.xml @@ -1,4 +1,4 @@ - +