From 31485aa6a321029734deb08eff91732e09ea01e0 Mon Sep 17 00:00:00 2001 From: Huzaifa Inam Date: Sat, 22 Aug 2026 21:30:25 +0000 Subject: [PATCH] Make theme installable on Odoo 19 --- theme_3d_systems/__manifest__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/theme_3d_systems/__manifest__.py b/theme_3d_systems/__manifest__.py index d1a237a..4de2380 100644 --- a/theme_3d_systems/__manifest__.py +++ b/theme_3d_systems/__manifest__.py @@ -27,7 +27,6 @@ Key Features: 'website', 'website_crm', 'website_mass_mailing', - 'web_editor', ], 'data': [ 'data/presets.xml', @@ -73,9 +72,6 @@ Key Features: 'theme_3d_systems/static/src/js/widgets/widget_system_arch.js', 'theme_3d_systems/static/src/js/widgets/widget_stats_counter.js', ], - 'website.assets_editor': [ - 'theme_3d_systems/static/src/js/options/snippet_3d_options.js', - ], }, 'images': [ 'static/description/theme_screenshot.png',