Skip to content

Commit

Permalink
[ADD] sale_procurement_group_by_commitment_date to rebel modules
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronHForgeFlow committed Oct 26, 2023
1 parent 42ad183 commit 50b5593
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .copier-answers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 10 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50b5593

Please sign in to comment.