Skip to content

Commit 925d089

Browse files
[FIX] add rebel modules
1 parent e46086d commit 925d089

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.copier-answers.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ odoo_test_flavor: Both
1616
odoo_version: 16.0
1717
org_name: Odoo Community Association (OCA)
1818
org_slug: OCA
19-
rebel_module_groups: []
19+
rebel_module_groups:
20+
- account_fiscal_classification
21+
- account_ecotax_accounting
2022
repo_description: Odoo Accounting Taxe and Fiscal Features
2123
repo_name: account-fiscal-rule
2224
repo_slug: account-fiscal-rule

.github/workflows/test.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
matrix:
3737
include:
3838
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
39-
exclude: "account_product_fiscal_classification,account_ecotax_accounting"
39+
include: "account_fiscal_classification"
4040
name: test with Odoo
4141
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
42-
exclude: "account_product_fiscal_classification,account_ecotax_accounting"
42+
include: "account_fiscal_classification"
4343
name: test with OCB
4444
makepot: "true"
4545
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
@@ -49,6 +49,13 @@ jobs:
4949
include: "account_ecotax_accounting"
5050
name: test with OCB
5151
makepot: "true"
52+
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
53+
exclude: "account_fiscal_classification,account_ecotax_accounting"
54+
name: test with Odoo
55+
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
56+
exclude: "account_fiscal_classification,account_ecotax_accounting"
57+
name: test with OCB
58+
makepot: "true"
5259
services:
5360
postgres:
5461
image: postgres:12.0
@@ -58,6 +65,9 @@ jobs:
5865
POSTGRES_DB: odoo
5966
ports:
6067
- 5432:5432
68+
env:
69+
INCLUDE: "${{ matrix.include }}"
70+
EXCLUDE: "${{ matrix.exclude }}"
6171
steps:
6272
- uses: actions/checkout@v4
6373
with:

0 commit comments

Comments
 (0)