diff --git a/web_theme/__manifest__.py b/web_theme/__manifest__.py index 472ded54ddaa22566b1a3c8b4384dcf7fd8bf461..90f4aedf4bf4377170b5cc083f3719682405d63e 100644 --- a/web_theme/__manifest__.py +++ b/web_theme/__manifest__.py @@ -24,6 +24,10 @@ This module modifies the web plug-in to provide the following functions: 5) Support custom browser window title name """, "depends": ["web", "mail", "calendar", "portal", "spreadsheet"], + + "excludes": [ + "web_enterprise", + ], "data": [ "security/ir.model.access.csv", "data/ir_config_parameter.xml",