From 8ea2369a54e19cfddb545764386c81fe86a7770f Mon Sep 17 00:00:00 2001 From: majouda Date: Tue, 18 Jun 2024 11:34:50 -0400 Subject: [PATCH] TA#66731 [ADD][16.0] Initiate branch --- .docker_files/main/__manifest__.py | 24 +----------------------- .docker_files/odoo.conf | 2 +- .github/workflows/pre-commit.yml | 4 ++-- Dockerfile | 4 ++-- gitoo.yml | 5 ----- 5 files changed, 6 insertions(+), 33 deletions(-) diff --git a/.docker_files/main/__manifest__.py b/.docker_files/main/__manifest__.py index 4b3d4ea..5138509 100644 --- a/.docker_files/main/__manifest__.py +++ b/.docker_files/main/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Main Module", - "version": "14.0.1.0.0", + "version": "16.0.1.0.0", "author": "Numigi", "maintainer": "Numigi", "website": "https://www.numigi.com", @@ -11,28 +11,6 @@ "category": "Other", "summary": "Install all addons required for testing.", "depends": [ - "disable_quick_create", - "google_attachment", - "resize_observer_error_catcher", - "web_contextual_search_favorite", - "web_custom_label", - "web_custom_modifier", - "web_editor_backend_context", - "web_favicon", - "web_form_disable_autocomplete", - "web_handle_condition", - "web_list_column_width", - "web_trash_condition", - "web_search_date_range", - "web_search_date_range_account", - "website_blog_internal", - "website_blog_rss_feed_disabled", - "website_geoip", - "website_google_analytics_fixed", - "website_landing_template", - "website_login_as", - "website_sale_wishlist_extended", - "website_slides_extended", ], "installable": True, } diff --git a/.docker_files/odoo.conf b/.docker_files/odoo.conf index 739ec58..ceb8955 100644 --- a/.docker_files/odoo.conf +++ b/.docker_files/odoo.conf @@ -49,7 +49,7 @@ test_report_directory = False translate_modules = ['all'] unaccent = False without_demo = False -workers = 2 +workers = 0 xmlrpc = True xmlrpc_interface = xmlrpc_port = 8069 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 47590c7..ad4202a 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -3,10 +3,10 @@ name: pre-commit on: pull_request: branches: - - "14.0*" + - "16.0*" push: branches: - - "14.0" + - "16.0" jobs: pre-commit: diff --git a/Dockerfile b/Dockerfile index d808fda..8eca00d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -FROM quay.io/numigi/odoo-public:14.latest -MAINTAINER numigi +FROM quay.io/numigi/odoo-public:16.latest +LABEL maintainer="contact@numigi.com" USER root ARG GIT_TOKEN diff --git a/gitoo.yml b/gitoo.yml index 750e3f5..e69de29 100644 --- a/gitoo.yml +++ b/gitoo.yml @@ -1,5 +0,0 @@ - -- url: https://github.com/Numigi/odoo-base-addons - branch: "14.0" - includes: - - test_http_request