Skip to content

Commit d3f5018

Browse files
[FIX] repair_stock_consumption_step: declare module as incompatible with "repair_stock_move"
1 parent f18f2b0 commit d3f5018

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,24 @@ jobs:
3636
matrix:
3737
include:
3838
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
39+
include: "repair_stock_move"
3940
name: test with Odoo
4041
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
42+
include: "repair_stock_move"
43+
name: test with OCB
44+
makepot: "true"
45+
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
46+
include: "repair_stock_consumption_step"
47+
name: test with Odoo
48+
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
49+
include: "repair_stock_consumption_step"
50+
name: test with OCB
51+
makepot: "true"
52+
- container: ghcr.io/oca/oca-ci/py3.10-odoo16.0:latest
53+
exclude: "repair_stock_move,repair_stock_consumption_step"
54+
name: test with Odoo
55+
- container: ghcr.io/oca/oca-ci/py3.10-ocb16.0:latest
56+
exclude: "repair_stock_move,repair_stock_consumption_step"
4157
name: test with OCB
4258
makepot: "true"
4359
services:
@@ -49,6 +65,9 @@ jobs:
4965
POSTGRES_DB: odoo
5066
ports:
5167
- 5432:5432
68+
env:
69+
INCLUDE: "${{ matrix.include }}"
70+
EXCLUDE: "${{ matrix.exclude }}"
5271
steps:
5372
- uses: actions/checkout@v4
5473
with:

repair_stock_consumption_step/__manifest__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"website": "https://github.com/OCA/repair",
1212
"maintainers": ["sbejaoui"],
1313
"depends": ["repair", "repair_warehouse"],
14+
"excludes": ["repair_stock_move"],
1415
"data": ["views/repair_order.xml", "views/stock_warehouse.xml"],
1516
"demo": [],
1617
}

0 commit comments

Comments
 (0)