From 5462b528feced7c04a300d897a670d0f53d85115 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Fri, 28 Jun 2024 14:58:11 +0200 Subject: [PATCH] [FIX] hr_timesheet_begin_end_no_end: Added as rebel module Signed-off-by: Carmen Bianca BAKKER --- .copier-answers.yml | 1 + .github/workflows/test.yml | 11 +++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index e3f412721..d9fa087bf 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -18,6 +18,7 @@ org_slug: OCA rebel_module_groups: - sale_timesheet_rounded - hr_timesheet_begin_end +- hr_timesheet_begin_end_no_end repo_description: 'TODO: add repo description.' repo_name: timesheet repo_slug: timesheet diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9f621e11c..ada789fb6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,10 +50,17 @@ jobs: name: test with OCB makepot: "true" - container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest - exclude: "sale_timesheet_rounded,hr_timesheet_begin_end" + include: "hr_timesheet_begin_end_no_end" name: test with Odoo - container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest - exclude: "sale_timesheet_rounded,hr_timesheet_begin_end" + include: "hr_timesheet_begin_end_no_end" + name: test with OCB + makepot: "true" + - container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest + exclude: "sale_timesheet_rounded,hr_timesheet_begin_end,hr_timesheet_begin_end_no_end" + name: test with Odoo + - container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest + exclude: "sale_timesheet_rounded,hr_timesheet_begin_end,hr_timesheet_begin_end_no_end" name: test with OCB makepot: "true" services: