From 50b55936cba52f48cb76db30ff7d43e3d3fbfab2 Mon Sep 17 00:00:00 2001 From: AaronHForgeFlow Date: Thu, 26 Oct 2023 17:21:34 +0200 Subject: [PATCH] [ADD] sale_procurement_group_by_commitment_date to rebel modules --- .copier-answers.yml | 1 + .github/workflows/test.yml | 13 ++++++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 329b21a14443..a8b2c84e27b5 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -16,6 +16,7 @@ org_name: Odoo Community Association (OCA) org_slug: OCA rebel_module_groups: - portal_sale_personal_data_only +- sale_procurement_group_by_commitment_date repo_description: 'TODO: add repo description.' repo_name: Sale Workflow repo_slug: sale-workflow diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 651375f866d9..752a5e26429e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,18 +37,25 @@ jobs: include: - container: ghcr.io/oca/oca-ci/py3.8-odoo15.0:latest include: "portal_sale_personal_data_only" - makepot: "true" name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.8-ocb15.0:latest include: "portal_sale_personal_data_only" name: test with OCB + makepot: "true" - container: ghcr.io/oca/oca-ci/py3.8-odoo15.0:latest - exclude: "portal_sale_personal_data_only" + include: "sale_procurement_group_by_commitment_date" + name: test with Odoo + - container: ghcr.io/oca/oca-ci/py3.8-ocb15.0:latest + include: "sale_procurement_group_by_commitment_date" + name: test with OCB makepot: "true" + - container: ghcr.io/oca/oca-ci/py3.8-odoo15.0:latest + exclude: "portal_sale_personal_data_only,sale_procurement_group_by_commitment_date" name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.8-ocb15.0:latest - exclude: "portal_sale_personal_data_only" + exclude: "portal_sale_personal_data_only,sale_procurement_group_by_commitment_date" name: test with OCB + makepot: "true" services: postgres: image: postgres:9.6