Skip to content

Commit d410097

Browse files
committed
[FIX] fieldservice: Fix test failures due to missing assets when both Fieldservice and Website modules are installed
1 parent 83ae833 commit d410097

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

fieldservice/__manifest__.py

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88
"category": "Field Service",
99
"author": "Open Source Integrators, Odoo Community Association (OCA)",
1010
"website": "https://github.com/OCA/field-service",
11-
"depends": ["base_territory", "base_geolocalize", "resource", "contacts"],
11+
"depends": [
12+
"base_territory",
13+
"base_geolocalize",
14+
"resource",
15+
"contacts",
16+
"website",
17+
],
1218
"data": [
1319
"data/ir_sequence.xml",
1420
"data/mail_message_subtype.xml",

0 commit comments

Comments
 (0)