Skip to content

Commit

Permalink
[FIX] hr_timesheet_begin_end_no_end: Added as rebel module
Browse files Browse the repository at this point in the history
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
  • Loading branch information
carmenbianca committed Jun 28, 2024
1 parent 385b161 commit 5462b52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5462b52

Please sign in to comment.