From 7ba928d20d12ab40a793bce1a331f3f7345afaab Mon Sep 17 00:00:00 2001 From: Rivo Lalaina Date: Mon, 20 Jan 2025 15:12:44 +0300 Subject: [PATCH 1/3] [FIX] runboat builds failed --- .docker_files/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker_files/test-requirements.txt b/.docker_files/test-requirements.txt index fa037151..380e7882 100644 --- a/.docker_files/test-requirements.txt +++ b/.docker_files/test-requirements.txt @@ -1,5 +1,5 @@ ddt==1.2.1 PyJWT==2.4.0 -google-api-python-client==2.134.0 +google-api-python-client==2.34.0 google-auth-httplib2==0.2.0 google-auth-oauthlib==1.2.0 From 72059522ecece8277abb4d5fce6a4457a3a1de24 Mon Sep 17 00:00:00 2001 From: Rivo Lalaina Date: Mon, 20 Jan 2025 15:28:39 +0300 Subject: [PATCH 2/3] Update gitoo.yml --- gitoo.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gitoo.yml b/gitoo.yml index 672272c1..b75696d3 100644 --- a/gitoo.yml +++ b/gitoo.yml @@ -15,11 +15,6 @@ - mail_activity_board - mail_preview_base # TA#46953 -- url: https://{{GIT_TOKEN}}@github.com/Numigi/odoo-enterprise - branch: "14.0" - includes: - - web_grid - - url: https://github.com/oca/currency branch: "14.0" includes: From 87c6a5ca1ae5b055352762fda0db10a3b3859df8 Mon Sep 17 00:00:00 2001 From: Rivo Lalaina Date: Mon, 20 Jan 2025 15:29:27 +0300 Subject: [PATCH 3/3] Update __manifest__.py --- .docker_files/main/__manifest__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/.docker_files/main/__manifest__.py b/.docker_files/main/__manifest__.py index e7765bcf..325a286b 100644 --- a/.docker_files/main/__manifest__.py +++ b/.docker_files/main/__manifest__.py @@ -30,7 +30,6 @@ "auth_oauth_authentik", "automatic_activity_deadlines", "base_extended_security", - "base_extended_security_grid", "base_external_report_layout", "base_selection_label", "base_view_mode_restricted",