File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ odoo_test_flavor: Both
1717odoo_version : 18.0
1818org_name : Odoo Community Association (OCA)
1919org_slug : OCA
20- rebel_module_groups : []
20+ rebel_module_groups :
21+ - l10n_it_stock_ddt
22+ - l10n_it_edi_delivery_note
2123repo_description : l10n-italy
2224repo_name : l10n-italy
2325repo_slug : l10n-italy
Original file line number Diff line number Diff line change 3636 matrix :
3737 include :
3838 - container : ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
39+ include : " l10n_it_stock_ddt"
40+ name : test with Odoo (l10n_it_stock_ddt)
41+ - container : ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
42+ include : " l10n_it_stock_ddt"
43+ name : test with OCB (l10n_it_stock_ddt)
44+ makepot : " true"
45+ - container : ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
46+ include : " l10n_it_edi_delivery_note"
47+ name : test with Odoo (l10n_it_edi_delivery_note)
48+ - container : ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
49+ include : " l10n_it_edi_delivery_note"
50+ name : test with OCB (l10n_it_edi_delivery_note)
51+ makepot : " true"
52+ - container : ghcr.io/oca/oca-ci/py3.10-odoo18.0:latest
53+ exclude : " l10n_it_stock_ddt,l10n_it_edi_delivery_note"
3954 name : test with Odoo
4055 - container : ghcr.io/oca/oca-ci/py3.10-ocb18.0:latest
56+ exclude : " l10n_it_stock_ddt,l10n_it_edi_delivery_note"
4157 name : test with OCB
4258 makepot : " true"
4359 services :
5066 ports :
5167 - 5432:5432
5268 env :
69+ INCLUDE : " ${{ matrix.include }}"
70+ EXCLUDE : " ${{ matrix.exclude }}"
5371 OCA_ENABLE_CHECKLOG_ODOO : " 1"
5472 steps :
5573 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments