From 283c404b0c827272718d9db6a9844473eb4c2865 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Mon, 23 Dec 2024 19:25:32 +0100 Subject: [PATCH] [MIG] account_ebics_oe: Migration to 18.0 --- README.md | 4 ++-- account_ebics_oe/__manifest__.py | 4 ++-- account_ebics_oe/views/account_ebics_menu.xml | 2 +- test-requirements.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d9bbc05..dca0eae 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![pipeline status](https://picasso.noviat.com/Noviat/Noviat_Generic/accounting-ebics/badges/17.0/pipeline.svg)](https://picasso.noviat.com/Noviat/Noviat_Generic/accounting-ebics/-/commits/17.0) -[![coverage report](https://picasso.noviat.com/Noviat/Noviat_Generic/accounting-ebics/badges/17.0/coverage.svg)](http://noviat.picasso-pages.noviat.com/Noviat_Generic/accounting-ebics) +[![pipeline status](https://picasso.noviat.com/Noviat/Noviat_Generic/accounting-ebics/badges/18.0/pipeline.svg)](https://picasso.noviat.com/Noviat/Noviat_Generic/accounting-ebics/-/commits/18.0) +[![coverage report](https://picasso.noviat.com/Noviat/Noviat_Generic/accounting-ebics/badges/18.0/coverage.svg)](http://noviat.picasso-pages.noviat.com/Noviat_Generic/accounting-ebics) diff --git a/account_ebics_oe/__manifest__.py b/account_ebics_oe/__manifest__.py index febe3ff..b14af9d 100644 --- a/account_ebics_oe/__manifest__.py +++ b/account_ebics_oe/__manifest__.py @@ -4,14 +4,14 @@ { "name": "account_ebics on Odoo Enterprise", "summary": "Deploy account_ebics module on Odoo Enterprise", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "author": "Noviat", "website": "https://www.noviat.com", "category": "Hidden", "license": "LGPL-3", "depends": [ "account_ebics", - "account_accountant", + "accountant", ], "data": ["views/account_ebics_menu.xml"], "installable": True, diff --git a/account_ebics_oe/views/account_ebics_menu.xml b/account_ebics_oe/views/account_ebics_menu.xml index 4f9f379..119dc23 100644 --- a/account_ebics_oe/views/account_ebics_menu.xml +++ b/account_ebics_oe/views/account_ebics_menu.xml @@ -2,7 +2,7 @@ - + diff --git a/test-requirements.txt b/test-requirements.txt index 3626b17..9eb0988 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ -odoo-addon-module_change_auto_install +# odoo-addon-module_change_auto_install openupgradelib cryptography<37