Skip to content

Commit 9c58a99

Browse files
committed
Fixing final issue
1 parent 0b1e9ef commit 9c58a99

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ jobs:
7878
cp -r geospatial/* ${ADDONS_DIR}/
7979
# MUK Addons
8080
cp -r odoo-modules/* ${ADDONS_DIR}/
81-
- name: Add g2p-programs to test-requirements.txt
82-
run: echo "git+https://github.com/OpenG2P/[email protected]#subdirectory=g2p_programs" >> test-requirements.txt
81+
- name: Add g2p-programs and odoo-test-helper to test-requirements.txt
82+
run: |
83+
echo "git+https://github.com/OpenG2P/[email protected]#subdirectory=g2p_programs" >> test-requirements.txt
84+
echo "odoo-test-helper" >> test-requirements.txt
8385
- name: Install addons and dependencies
8486
env:
8587
SKIP_EXT_DEB_DEPENDENCIES: "true"

spp_custom_filter_ui/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"maintainers": ["nhatnm0612"],
77
"website": "https://github.com/OpenSPP/openspp-modules",
88
"license": "LGPL-3",
9-
"depends": ["spp_custom_filter", "g2p_registry_group", "g2p_program"],
9+
"depends": ["spp_custom_filter", "g2p_registry_group", "g2p_programs"],
1010
"auto_install": False,
1111
"application": False,
1212
}

0 commit comments

Comments
 (0)