Skip to content

Commit 84c9922

Browse files
[FIX] Added '|odoo-addon-spp.*' in EXCLUDE_REGEX
1 parent d70e9b5 commit 84c9922

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: Install addons and dependencies
154154
env:
155155
SKIP_EXT_DEB_DEPENDENCIES: "true"
156-
EXCLUDE_REGEX: "odoo-addon-g2p.*|odoo-addon-muk.*"
156+
EXCLUDE_REGEX: "odoo-addon-g2p.*|odoo-addon-muk.*|odoo-addon-spp.*"
157157
run: oca_install_addons
158158
- name: Check licenses
159159
run: manifestoo -d . check-licenses

spp_indicators/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"category": "Tools",
99
"depends": [
1010
"base",
11-
"spp_registry_base",
11+
"spp_base_common",
1212
],
1313
"data": [
1414
"security/ir.model.access.csv",

0 commit comments

Comments
 (0)