File tree Expand file tree Collapse file tree
repair_stock_consumption_step Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments