diff --git a/docker-compose.yml b/docker-compose.yml index d8eaedc..f494657 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: - DATABASE=${DB_NAME} volumes: - odoo-data:/var/lib/odoo - - ./addons:/mnt/extra-addons + - ./modules:/mnt/extra-addons networks: - dokploy-network labels: diff --git a/muk_web_theme-19/muk_web_appsbar/LICENSE b/modules/muk_web_theme-19/muk_web_appsbar/LICENSE similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/LICENSE rename to modules/muk_web_theme-19/muk_web_appsbar/LICENSE diff --git a/muk_web_theme-19/muk_web_appsbar/__init__.py b/modules/muk_web_theme-19/muk_web_appsbar/__init__.py similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/__init__.py rename to modules/muk_web_theme-19/muk_web_appsbar/__init__.py diff --git a/muk_web_theme-19/muk_web_appsbar/__manifest__.py b/modules/muk_web_theme-19/muk_web_appsbar/__manifest__.py similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/__manifest__.py rename to modules/muk_web_theme-19/muk_web_appsbar/__manifest__.py diff --git a/muk_web_theme-19/muk_web_appsbar/doc/changelog.rst b/modules/muk_web_theme-19/muk_web_appsbar/doc/changelog.rst similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/doc/changelog.rst rename to modules/muk_web_theme-19/muk_web_appsbar/doc/changelog.rst diff --git a/muk_web_theme-19/muk_web_appsbar/doc/index.rst b/modules/muk_web_theme-19/muk_web_appsbar/doc/index.rst similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/doc/index.rst rename to modules/muk_web_theme-19/muk_web_appsbar/doc/index.rst diff --git a/muk_web_theme-19/muk_web_appsbar/i18n/de.po b/modules/muk_web_theme-19/muk_web_appsbar/i18n/de.po similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/i18n/de.po rename to modules/muk_web_theme-19/muk_web_appsbar/i18n/de.po diff --git a/muk_web_theme-19/muk_web_appsbar/models/__init__.py b/modules/muk_web_theme-19/muk_web_appsbar/models/__init__.py similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/models/__init__.py rename to modules/muk_web_theme-19/muk_web_appsbar/models/__init__.py diff --git a/muk_web_theme-19/muk_web_appsbar/models/ir_http.py b/modules/muk_web_theme-19/muk_web_appsbar/models/ir_http.py similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/models/ir_http.py rename to modules/muk_web_theme-19/muk_web_appsbar/models/ir_http.py diff --git a/muk_web_theme-19/muk_web_appsbar/models/res_company.py b/modules/muk_web_theme-19/muk_web_appsbar/models/res_company.py similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/models/res_company.py rename to modules/muk_web_theme-19/muk_web_appsbar/models/res_company.py diff --git a/muk_web_theme-19/muk_web_appsbar/models/res_config_settings.py b/modules/muk_web_theme-19/muk_web_appsbar/models/res_config_settings.py similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/models/res_config_settings.py rename to modules/muk_web_theme-19/muk_web_appsbar/models/res_config_settings.py diff --git a/muk_web_theme-19/muk_web_appsbar/models/res_users.py b/modules/muk_web_theme-19/muk_web_appsbar/models/res_users.py similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/models/res_users.py rename to modules/muk_web_theme-19/muk_web_appsbar/models/res_users.py diff --git a/muk_web_theme-19/muk_web_appsbar/static/description/banner.png b/modules/muk_web_theme-19/muk_web_appsbar/static/description/banner.png similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/description/banner.png rename to modules/muk_web_theme-19/muk_web_appsbar/static/description/banner.png diff --git a/muk_web_theme-19/muk_web_appsbar/static/description/banner.svg b/modules/muk_web_theme-19/muk_web_appsbar/static/description/banner.svg similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/description/banner.svg rename to modules/muk_web_theme-19/muk_web_appsbar/static/description/banner.svg diff --git a/muk_web_theme-19/muk_web_appsbar/static/description/icon.png b/modules/muk_web_theme-19/muk_web_appsbar/static/description/icon.png similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/description/icon.png rename to modules/muk_web_theme-19/muk_web_appsbar/static/description/icon.png diff --git a/muk_web_theme-19/muk_web_appsbar/static/description/icon.svg b/modules/muk_web_theme-19/muk_web_appsbar/static/description/icon.svg similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/description/icon.svg rename to modules/muk_web_theme-19/muk_web_appsbar/static/description/icon.svg diff --git a/muk_web_theme-19/muk_web_appsbar/static/description/index.html b/modules/muk_web_theme-19/muk_web_appsbar/static/description/index.html similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/description/index.html rename to modules/muk_web_theme-19/muk_web_appsbar/static/description/index.html diff --git a/muk_web_theme-19/muk_web_appsbar/static/description/logo.png b/modules/muk_web_theme-19/muk_web_appsbar/static/description/logo.png similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/description/logo.png rename to modules/muk_web_theme-19/muk_web_appsbar/static/description/logo.png diff --git a/muk_web_theme-19/muk_web_appsbar/static/description/screenshot.png b/modules/muk_web_theme-19/muk_web_appsbar/static/description/screenshot.png similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/description/screenshot.png rename to modules/muk_web_theme-19/muk_web_appsbar/static/description/screenshot.png diff --git a/muk_web_theme-19/muk_web_appsbar/static/description/screenshot_user.png b/modules/muk_web_theme-19/muk_web_appsbar/static/description/screenshot_user.png similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/description/screenshot_user.png rename to modules/muk_web_theme-19/muk_web_appsbar/static/description/screenshot_user.png diff --git a/muk_web_theme-19/muk_web_appsbar/static/description/service_development.png b/modules/muk_web_theme-19/muk_web_appsbar/static/description/service_development.png similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/description/service_development.png rename to modules/muk_web_theme-19/muk_web_appsbar/static/description/service_development.png diff --git a/muk_web_theme-19/muk_web_appsbar/static/description/service_infrastructure.png b/modules/muk_web_theme-19/muk_web_appsbar/static/description/service_infrastructure.png similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/description/service_infrastructure.png rename to modules/muk_web_theme-19/muk_web_appsbar/static/description/service_infrastructure.png diff --git a/muk_web_theme-19/muk_web_appsbar/static/description/service_integration.png b/modules/muk_web_theme-19/muk_web_appsbar/static/description/service_integration.png similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/description/service_integration.png rename to modules/muk_web_theme-19/muk_web_appsbar/static/description/service_integration.png diff --git a/muk_web_theme-19/muk_web_appsbar/static/description/service_support.png b/modules/muk_web_theme-19/muk_web_appsbar/static/description/service_support.png similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/description/service_support.png rename to modules/muk_web_theme-19/muk_web_appsbar/static/description/service_support.png diff --git a/muk_web_theme-19/muk_web_appsbar/static/description/service_training.png b/modules/muk_web_theme-19/muk_web_appsbar/static/description/service_training.png similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/description/service_training.png rename to modules/muk_web_theme-19/muk_web_appsbar/static/description/service_training.png diff --git a/muk_web_theme-19/muk_web_appsbar/static/src/scss/mixins.scss b/modules/muk_web_theme-19/muk_web_appsbar/static/src/scss/mixins.scss similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/src/scss/mixins.scss rename to modules/muk_web_theme-19/muk_web_appsbar/static/src/scss/mixins.scss diff --git a/muk_web_theme-19/muk_web_appsbar/static/src/scss/variables.dark.scss b/modules/muk_web_theme-19/muk_web_appsbar/static/src/scss/variables.dark.scss similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/src/scss/variables.dark.scss rename to modules/muk_web_theme-19/muk_web_appsbar/static/src/scss/variables.dark.scss diff --git a/muk_web_theme-19/muk_web_appsbar/static/src/scss/variables.scss b/modules/muk_web_theme-19/muk_web_appsbar/static/src/scss/variables.scss similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/src/scss/variables.scss rename to modules/muk_web_theme-19/muk_web_appsbar/static/src/scss/variables.scss diff --git a/muk_web_theme-19/muk_web_appsbar/static/src/webclient/appsbar/appsbar.js b/modules/muk_web_theme-19/muk_web_appsbar/static/src/webclient/appsbar/appsbar.js similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/src/webclient/appsbar/appsbar.js rename to modules/muk_web_theme-19/muk_web_appsbar/static/src/webclient/appsbar/appsbar.js diff --git a/muk_web_theme-19/muk_web_appsbar/static/src/webclient/appsbar/appsbar.scss b/modules/muk_web_theme-19/muk_web_appsbar/static/src/webclient/appsbar/appsbar.scss similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/src/webclient/appsbar/appsbar.scss rename to modules/muk_web_theme-19/muk_web_appsbar/static/src/webclient/appsbar/appsbar.scss diff --git a/muk_web_theme-19/muk_web_appsbar/static/src/webclient/appsbar/appsbar.xml b/modules/muk_web_theme-19/muk_web_appsbar/static/src/webclient/appsbar/appsbar.xml similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/src/webclient/appsbar/appsbar.xml rename to modules/muk_web_theme-19/muk_web_appsbar/static/src/webclient/appsbar/appsbar.xml diff --git a/muk_web_theme-19/muk_web_appsbar/static/src/webclient/menus/app_menu_service.js b/modules/muk_web_theme-19/muk_web_appsbar/static/src/webclient/menus/app_menu_service.js similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/src/webclient/menus/app_menu_service.js rename to modules/muk_web_theme-19/muk_web_appsbar/static/src/webclient/menus/app_menu_service.js diff --git a/muk_web_theme-19/muk_web_appsbar/static/src/webclient/webclient.js b/modules/muk_web_theme-19/muk_web_appsbar/static/src/webclient/webclient.js similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/src/webclient/webclient.js rename to modules/muk_web_theme-19/muk_web_appsbar/static/src/webclient/webclient.js diff --git a/muk_web_theme-19/muk_web_appsbar/static/src/webclient/webclient.scss b/modules/muk_web_theme-19/muk_web_appsbar/static/src/webclient/webclient.scss similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/src/webclient/webclient.scss rename to modules/muk_web_theme-19/muk_web_appsbar/static/src/webclient/webclient.scss diff --git a/muk_web_theme-19/muk_web_appsbar/static/src/webclient/webclient.xml b/modules/muk_web_theme-19/muk_web_appsbar/static/src/webclient/webclient.xml similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/static/src/webclient/webclient.xml rename to modules/muk_web_theme-19/muk_web_appsbar/static/src/webclient/webclient.xml diff --git a/muk_web_theme-19/muk_web_appsbar/templates/webclient.xml b/modules/muk_web_theme-19/muk_web_appsbar/templates/webclient.xml similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/templates/webclient.xml rename to modules/muk_web_theme-19/muk_web_appsbar/templates/webclient.xml diff --git a/muk_web_theme-19/muk_web_appsbar/views/res_config_settings.xml b/modules/muk_web_theme-19/muk_web_appsbar/views/res_config_settings.xml similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/views/res_config_settings.xml rename to modules/muk_web_theme-19/muk_web_appsbar/views/res_config_settings.xml diff --git a/muk_web_theme-19/muk_web_appsbar/views/res_users.xml b/modules/muk_web_theme-19/muk_web_appsbar/views/res_users.xml similarity index 100% rename from muk_web_theme-19/muk_web_appsbar/views/res_users.xml rename to modules/muk_web_theme-19/muk_web_appsbar/views/res_users.xml diff --git a/muk_web_theme-19/muk_web_chatter/LICENSE b/modules/muk_web_theme-19/muk_web_chatter/LICENSE similarity index 100% rename from muk_web_theme-19/muk_web_chatter/LICENSE rename to modules/muk_web_theme-19/muk_web_chatter/LICENSE diff --git a/muk_web_theme-19/muk_web_chatter/__init__.py b/modules/muk_web_theme-19/muk_web_chatter/__init__.py similarity index 100% rename from muk_web_theme-19/muk_web_chatter/__init__.py rename to modules/muk_web_theme-19/muk_web_chatter/__init__.py diff --git a/muk_web_theme-19/muk_web_chatter/__manifest__.py b/modules/muk_web_theme-19/muk_web_chatter/__manifest__.py similarity index 100% rename from muk_web_theme-19/muk_web_chatter/__manifest__.py rename to modules/muk_web_theme-19/muk_web_chatter/__manifest__.py diff --git a/muk_web_theme-19/muk_web_chatter/doc/changelog.rst b/modules/muk_web_theme-19/muk_web_chatter/doc/changelog.rst similarity index 100% rename from muk_web_theme-19/muk_web_chatter/doc/changelog.rst rename to modules/muk_web_theme-19/muk_web_chatter/doc/changelog.rst diff --git a/muk_web_theme-19/muk_web_chatter/doc/index.rst b/modules/muk_web_theme-19/muk_web_chatter/doc/index.rst similarity index 100% rename from muk_web_theme-19/muk_web_chatter/doc/index.rst rename to modules/muk_web_theme-19/muk_web_chatter/doc/index.rst diff --git a/muk_web_theme-19/muk_web_chatter/i18n/de.po b/modules/muk_web_theme-19/muk_web_chatter/i18n/de.po similarity index 100% rename from muk_web_theme-19/muk_web_chatter/i18n/de.po rename to modules/muk_web_theme-19/muk_web_chatter/i18n/de.po diff --git a/muk_web_theme-19/muk_web_chatter/models/__init__.py b/modules/muk_web_theme-19/muk_web_chatter/models/__init__.py similarity index 100% rename from muk_web_theme-19/muk_web_chatter/models/__init__.py rename to modules/muk_web_theme-19/muk_web_chatter/models/__init__.py diff --git a/muk_web_theme-19/muk_web_chatter/models/ir_http.py b/modules/muk_web_theme-19/muk_web_chatter/models/ir_http.py similarity index 100% rename from muk_web_theme-19/muk_web_chatter/models/ir_http.py rename to modules/muk_web_theme-19/muk_web_chatter/models/ir_http.py diff --git a/muk_web_theme-19/muk_web_chatter/models/res_users.py b/modules/muk_web_theme-19/muk_web_chatter/models/res_users.py similarity index 100% rename from muk_web_theme-19/muk_web_chatter/models/res_users.py rename to modules/muk_web_theme-19/muk_web_chatter/models/res_users.py diff --git a/muk_web_theme-19/muk_web_chatter/static/description/banner.png b/modules/muk_web_theme-19/muk_web_chatter/static/description/banner.png similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/description/banner.png rename to modules/muk_web_theme-19/muk_web_chatter/static/description/banner.png diff --git a/muk_web_theme-19/muk_web_chatter/static/description/banner.svg b/modules/muk_web_theme-19/muk_web_chatter/static/description/banner.svg similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/description/banner.svg rename to modules/muk_web_theme-19/muk_web_chatter/static/description/banner.svg diff --git a/muk_web_theme-19/muk_web_chatter/static/description/icon.png b/modules/muk_web_theme-19/muk_web_chatter/static/description/icon.png similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/description/icon.png rename to modules/muk_web_theme-19/muk_web_chatter/static/description/icon.png diff --git a/muk_web_theme-19/muk_web_chatter/static/description/icon.svg b/modules/muk_web_theme-19/muk_web_chatter/static/description/icon.svg similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/description/icon.svg rename to modules/muk_web_theme-19/muk_web_chatter/static/description/icon.svg diff --git a/muk_web_theme-19/muk_web_chatter/static/description/index.html b/modules/muk_web_theme-19/muk_web_chatter/static/description/index.html similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/description/index.html rename to modules/muk_web_theme-19/muk_web_chatter/static/description/index.html diff --git a/muk_web_theme-19/muk_web_chatter/static/description/logo.png b/modules/muk_web_theme-19/muk_web_chatter/static/description/logo.png similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/description/logo.png rename to modules/muk_web_theme-19/muk_web_chatter/static/description/logo.png diff --git a/muk_web_theme-19/muk_web_chatter/static/description/screenshot.png b/modules/muk_web_theme-19/muk_web_chatter/static/description/screenshot.png similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/description/screenshot.png rename to modules/muk_web_theme-19/muk_web_chatter/static/description/screenshot.png diff --git a/muk_web_theme-19/muk_web_chatter/static/description/screenshot_sidebar.png b/modules/muk_web_theme-19/muk_web_chatter/static/description/screenshot_sidebar.png similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/description/screenshot_sidebar.png rename to modules/muk_web_theme-19/muk_web_chatter/static/description/screenshot_sidebar.png diff --git a/muk_web_theme-19/muk_web_chatter/static/description/screenshot_user.png b/modules/muk_web_theme-19/muk_web_chatter/static/description/screenshot_user.png similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/description/screenshot_user.png rename to modules/muk_web_theme-19/muk_web_chatter/static/description/screenshot_user.png diff --git a/muk_web_theme-19/muk_web_chatter/static/description/service_development.png b/modules/muk_web_theme-19/muk_web_chatter/static/description/service_development.png similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/description/service_development.png rename to modules/muk_web_theme-19/muk_web_chatter/static/description/service_development.png diff --git a/muk_web_theme-19/muk_web_chatter/static/description/service_infrastructure.png b/modules/muk_web_theme-19/muk_web_chatter/static/description/service_infrastructure.png similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/description/service_infrastructure.png rename to modules/muk_web_theme-19/muk_web_chatter/static/description/service_infrastructure.png diff --git a/muk_web_theme-19/muk_web_chatter/static/description/service_integration.png b/modules/muk_web_theme-19/muk_web_chatter/static/description/service_integration.png similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/description/service_integration.png rename to modules/muk_web_theme-19/muk_web_chatter/static/description/service_integration.png diff --git a/muk_web_theme-19/muk_web_chatter/static/description/service_support.png b/modules/muk_web_theme-19/muk_web_chatter/static/description/service_support.png similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/description/service_support.png rename to modules/muk_web_theme-19/muk_web_chatter/static/description/service_support.png diff --git a/muk_web_theme-19/muk_web_chatter/static/description/service_training.png b/modules/muk_web_theme-19/muk_web_chatter/static/description/service_training.png similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/description/service_training.png rename to modules/muk_web_theme-19/muk_web_chatter/static/description/service_training.png diff --git a/muk_web_theme-19/muk_web_chatter/static/src/chatter/chatter.js b/modules/muk_web_theme-19/muk_web_chatter/static/src/chatter/chatter.js similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/src/chatter/chatter.js rename to modules/muk_web_theme-19/muk_web_chatter/static/src/chatter/chatter.js diff --git a/muk_web_theme-19/muk_web_chatter/static/src/chatter/chatter.scss b/modules/muk_web_theme-19/muk_web_chatter/static/src/chatter/chatter.scss similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/src/chatter/chatter.scss rename to modules/muk_web_theme-19/muk_web_chatter/static/src/chatter/chatter.scss diff --git a/muk_web_theme-19/muk_web_chatter/static/src/chatter/chatter.xml b/modules/muk_web_theme-19/muk_web_chatter/static/src/chatter/chatter.xml similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/src/chatter/chatter.xml rename to modules/muk_web_theme-19/muk_web_chatter/static/src/chatter/chatter.xml diff --git a/muk_web_theme-19/muk_web_chatter/static/src/core/thread/thread.js b/modules/muk_web_theme-19/muk_web_chatter/static/src/core/thread/thread.js similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/src/core/thread/thread.js rename to modules/muk_web_theme-19/muk_web_chatter/static/src/core/thread/thread.js diff --git a/muk_web_theme-19/muk_web_chatter/static/src/core/thread/thread.xml b/modules/muk_web_theme-19/muk_web_chatter/static/src/core/thread/thread.xml similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/src/core/thread/thread.xml rename to modules/muk_web_theme-19/muk_web_chatter/static/src/core/thread/thread.xml diff --git a/muk_web_theme-19/muk_web_chatter/static/src/scss/variables.scss b/modules/muk_web_theme-19/muk_web_chatter/static/src/scss/variables.scss similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/src/scss/variables.scss rename to modules/muk_web_theme-19/muk_web_chatter/static/src/scss/variables.scss diff --git a/muk_web_theme-19/muk_web_chatter/static/src/views/form/form_compiler.js b/modules/muk_web_theme-19/muk_web_chatter/static/src/views/form/form_compiler.js similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/src/views/form/form_compiler.js rename to modules/muk_web_theme-19/muk_web_chatter/static/src/views/form/form_compiler.js diff --git a/muk_web_theme-19/muk_web_chatter/static/src/views/form/form_renderer.js b/modules/muk_web_theme-19/muk_web_chatter/static/src/views/form/form_renderer.js similarity index 100% rename from muk_web_theme-19/muk_web_chatter/static/src/views/form/form_renderer.js rename to modules/muk_web_theme-19/muk_web_chatter/static/src/views/form/form_renderer.js diff --git a/muk_web_theme-19/muk_web_chatter/views/res_users.xml b/modules/muk_web_theme-19/muk_web_chatter/views/res_users.xml similarity index 100% rename from muk_web_theme-19/muk_web_chatter/views/res_users.xml rename to modules/muk_web_theme-19/muk_web_chatter/views/res_users.xml diff --git a/muk_web_theme-19/muk_web_colors/LICENSE b/modules/muk_web_theme-19/muk_web_colors/LICENSE similarity index 100% rename from muk_web_theme-19/muk_web_colors/LICENSE rename to modules/muk_web_theme-19/muk_web_colors/LICENSE diff --git a/muk_web_theme-19/muk_web_colors/__init__.py b/modules/muk_web_theme-19/muk_web_colors/__init__.py similarity index 100% rename from muk_web_theme-19/muk_web_colors/__init__.py rename to modules/muk_web_theme-19/muk_web_colors/__init__.py diff --git a/muk_web_theme-19/muk_web_colors/__manifest__.py b/modules/muk_web_theme-19/muk_web_colors/__manifest__.py similarity index 100% rename from muk_web_theme-19/muk_web_colors/__manifest__.py rename to modules/muk_web_theme-19/muk_web_colors/__manifest__.py diff --git a/muk_web_theme-19/muk_web_colors/doc/changelog.rst b/modules/muk_web_theme-19/muk_web_colors/doc/changelog.rst similarity index 100% rename from muk_web_theme-19/muk_web_colors/doc/changelog.rst rename to modules/muk_web_theme-19/muk_web_colors/doc/changelog.rst diff --git a/muk_web_theme-19/muk_web_colors/doc/index.rst b/modules/muk_web_theme-19/muk_web_colors/doc/index.rst similarity index 100% rename from muk_web_theme-19/muk_web_colors/doc/index.rst rename to modules/muk_web_theme-19/muk_web_colors/doc/index.rst diff --git a/muk_web_theme-19/muk_web_colors/i18n/de.po b/modules/muk_web_theme-19/muk_web_colors/i18n/de.po similarity index 100% rename from muk_web_theme-19/muk_web_colors/i18n/de.po rename to modules/muk_web_theme-19/muk_web_colors/i18n/de.po diff --git a/muk_web_theme-19/muk_web_colors/models/__init__.py b/modules/muk_web_theme-19/muk_web_colors/models/__init__.py similarity index 100% rename from muk_web_theme-19/muk_web_colors/models/__init__.py rename to modules/muk_web_theme-19/muk_web_colors/models/__init__.py diff --git a/muk_web_theme-19/muk_web_colors/models/color_assets_editor.py b/modules/muk_web_theme-19/muk_web_colors/models/color_assets_editor.py similarity index 100% rename from muk_web_theme-19/muk_web_colors/models/color_assets_editor.py rename to modules/muk_web_theme-19/muk_web_colors/models/color_assets_editor.py diff --git a/muk_web_theme-19/muk_web_colors/models/res_config_settings.py b/modules/muk_web_theme-19/muk_web_colors/models/res_config_settings.py similarity index 100% rename from muk_web_theme-19/muk_web_colors/models/res_config_settings.py rename to modules/muk_web_theme-19/muk_web_colors/models/res_config_settings.py diff --git a/muk_web_theme-19/muk_web_colors/static/description/banner.png b/modules/muk_web_theme-19/muk_web_colors/static/description/banner.png similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/description/banner.png rename to modules/muk_web_theme-19/muk_web_colors/static/description/banner.png diff --git a/muk_web_theme-19/muk_web_colors/static/description/banner.svg b/modules/muk_web_theme-19/muk_web_colors/static/description/banner.svg similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/description/banner.svg rename to modules/muk_web_theme-19/muk_web_colors/static/description/banner.svg diff --git a/muk_web_theme-19/muk_web_colors/static/description/icon.png b/modules/muk_web_theme-19/muk_web_colors/static/description/icon.png similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/description/icon.png rename to modules/muk_web_theme-19/muk_web_colors/static/description/icon.png diff --git a/muk_web_theme-19/muk_web_colors/static/description/icon.svg b/modules/muk_web_theme-19/muk_web_colors/static/description/icon.svg similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/description/icon.svg rename to modules/muk_web_theme-19/muk_web_colors/static/description/icon.svg diff --git a/muk_web_theme-19/muk_web_colors/static/description/index.html b/modules/muk_web_theme-19/muk_web_colors/static/description/index.html similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/description/index.html rename to modules/muk_web_theme-19/muk_web_colors/static/description/index.html diff --git a/muk_web_theme-19/muk_web_colors/static/description/logo.png b/modules/muk_web_theme-19/muk_web_colors/static/description/logo.png similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/description/logo.png rename to modules/muk_web_theme-19/muk_web_colors/static/description/logo.png diff --git a/muk_web_theme-19/muk_web_colors/static/description/screenshot.png b/modules/muk_web_theme-19/muk_web_colors/static/description/screenshot.png similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/description/screenshot.png rename to modules/muk_web_theme-19/muk_web_colors/static/description/screenshot.png diff --git a/muk_web_theme-19/muk_web_colors/static/description/screenshot_dark.png b/modules/muk_web_theme-19/muk_web_colors/static/description/screenshot_dark.png similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/description/screenshot_dark.png rename to modules/muk_web_theme-19/muk_web_colors/static/description/screenshot_dark.png diff --git a/muk_web_theme-19/muk_web_colors/static/description/service_development.png b/modules/muk_web_theme-19/muk_web_colors/static/description/service_development.png similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/description/service_development.png rename to modules/muk_web_theme-19/muk_web_colors/static/description/service_development.png diff --git a/muk_web_theme-19/muk_web_colors/static/description/service_infrastructure.png b/modules/muk_web_theme-19/muk_web_colors/static/description/service_infrastructure.png similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/description/service_infrastructure.png rename to modules/muk_web_theme-19/muk_web_colors/static/description/service_infrastructure.png diff --git a/muk_web_theme-19/muk_web_colors/static/description/service_integration.png b/modules/muk_web_theme-19/muk_web_colors/static/description/service_integration.png similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/description/service_integration.png rename to modules/muk_web_theme-19/muk_web_colors/static/description/service_integration.png diff --git a/muk_web_theme-19/muk_web_colors/static/description/service_support.png b/modules/muk_web_theme-19/muk_web_colors/static/description/service_support.png similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/description/service_support.png rename to modules/muk_web_theme-19/muk_web_colors/static/description/service_support.png diff --git a/muk_web_theme-19/muk_web_colors/static/description/service_training.png b/modules/muk_web_theme-19/muk_web_colors/static/description/service_training.png similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/description/service_training.png rename to modules/muk_web_theme-19/muk_web_colors/static/description/service_training.png diff --git a/muk_web_theme-19/muk_web_colors/static/src/scss/colors.scss b/modules/muk_web_theme-19/muk_web_colors/static/src/scss/colors.scss similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/src/scss/colors.scss rename to modules/muk_web_theme-19/muk_web_colors/static/src/scss/colors.scss diff --git a/muk_web_theme-19/muk_web_colors/static/src/scss/colors_dark.scss b/modules/muk_web_theme-19/muk_web_colors/static/src/scss/colors_dark.scss similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/src/scss/colors_dark.scss rename to modules/muk_web_theme-19/muk_web_colors/static/src/scss/colors_dark.scss diff --git a/muk_web_theme-19/muk_web_colors/static/src/scss/colors_light.scss b/modules/muk_web_theme-19/muk_web_colors/static/src/scss/colors_light.scss similarity index 100% rename from muk_web_theme-19/muk_web_colors/static/src/scss/colors_light.scss rename to modules/muk_web_theme-19/muk_web_colors/static/src/scss/colors_light.scss diff --git a/muk_web_theme-19/muk_web_colors/templates/webclient.xml b/modules/muk_web_theme-19/muk_web_colors/templates/webclient.xml similarity index 100% rename from muk_web_theme-19/muk_web_colors/templates/webclient.xml rename to modules/muk_web_theme-19/muk_web_colors/templates/webclient.xml diff --git a/muk_web_theme-19/muk_web_colors/views/res_config_settings.xml b/modules/muk_web_theme-19/muk_web_colors/views/res_config_settings.xml similarity index 100% rename from muk_web_theme-19/muk_web_colors/views/res_config_settings.xml rename to modules/muk_web_theme-19/muk_web_colors/views/res_config_settings.xml diff --git a/muk_web_theme-19/muk_web_dialog/LICENSE b/modules/muk_web_theme-19/muk_web_dialog/LICENSE similarity index 100% rename from muk_web_theme-19/muk_web_dialog/LICENSE rename to modules/muk_web_theme-19/muk_web_dialog/LICENSE diff --git a/muk_web_theme-19/muk_web_dialog/__init__.py b/modules/muk_web_theme-19/muk_web_dialog/__init__.py similarity index 100% rename from muk_web_theme-19/muk_web_dialog/__init__.py rename to modules/muk_web_theme-19/muk_web_dialog/__init__.py diff --git a/muk_web_theme-19/muk_web_dialog/__manifest__.py b/modules/muk_web_theme-19/muk_web_dialog/__manifest__.py similarity index 100% rename from muk_web_theme-19/muk_web_dialog/__manifest__.py rename to modules/muk_web_theme-19/muk_web_dialog/__manifest__.py diff --git a/muk_web_theme-19/muk_web_dialog/doc/changelog.rst b/modules/muk_web_theme-19/muk_web_dialog/doc/changelog.rst similarity index 100% rename from muk_web_theme-19/muk_web_dialog/doc/changelog.rst rename to modules/muk_web_theme-19/muk_web_dialog/doc/changelog.rst diff --git a/muk_web_theme-19/muk_web_dialog/doc/index.rst b/modules/muk_web_theme-19/muk_web_dialog/doc/index.rst similarity index 100% rename from muk_web_theme-19/muk_web_dialog/doc/index.rst rename to modules/muk_web_theme-19/muk_web_dialog/doc/index.rst diff --git a/muk_web_theme-19/muk_web_dialog/i18n/de.po b/modules/muk_web_theme-19/muk_web_dialog/i18n/de.po similarity index 100% rename from muk_web_theme-19/muk_web_dialog/i18n/de.po rename to modules/muk_web_theme-19/muk_web_dialog/i18n/de.po diff --git a/muk_web_theme-19/muk_web_dialog/models/__init__.py b/modules/muk_web_theme-19/muk_web_dialog/models/__init__.py similarity index 100% rename from muk_web_theme-19/muk_web_dialog/models/__init__.py rename to modules/muk_web_theme-19/muk_web_dialog/models/__init__.py diff --git a/muk_web_theme-19/muk_web_dialog/models/ir_http.py b/modules/muk_web_theme-19/muk_web_dialog/models/ir_http.py similarity index 100% rename from muk_web_theme-19/muk_web_dialog/models/ir_http.py rename to modules/muk_web_theme-19/muk_web_dialog/models/ir_http.py diff --git a/muk_web_theme-19/muk_web_dialog/models/res_users.py b/modules/muk_web_theme-19/muk_web_dialog/models/res_users.py similarity index 100% rename from muk_web_theme-19/muk_web_dialog/models/res_users.py rename to modules/muk_web_theme-19/muk_web_dialog/models/res_users.py diff --git a/muk_web_theme-19/muk_web_dialog/static/description/banner.png b/modules/muk_web_theme-19/muk_web_dialog/static/description/banner.png similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/description/banner.png rename to modules/muk_web_theme-19/muk_web_dialog/static/description/banner.png diff --git a/muk_web_theme-19/muk_web_dialog/static/description/banner.svg b/modules/muk_web_theme-19/muk_web_dialog/static/description/banner.svg similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/description/banner.svg rename to modules/muk_web_theme-19/muk_web_dialog/static/description/banner.svg diff --git a/muk_web_theme-19/muk_web_dialog/static/description/icon.png b/modules/muk_web_theme-19/muk_web_dialog/static/description/icon.png similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/description/icon.png rename to modules/muk_web_theme-19/muk_web_dialog/static/description/icon.png diff --git a/muk_web_theme-19/muk_web_dialog/static/description/icon.svg b/modules/muk_web_theme-19/muk_web_dialog/static/description/icon.svg similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/description/icon.svg rename to modules/muk_web_theme-19/muk_web_dialog/static/description/icon.svg diff --git a/muk_web_theme-19/muk_web_dialog/static/description/index.html b/modules/muk_web_theme-19/muk_web_dialog/static/description/index.html similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/description/index.html rename to modules/muk_web_theme-19/muk_web_dialog/static/description/index.html diff --git a/muk_web_theme-19/muk_web_dialog/static/description/logo.png b/modules/muk_web_theme-19/muk_web_dialog/static/description/logo.png similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/description/logo.png rename to modules/muk_web_theme-19/muk_web_dialog/static/description/logo.png diff --git a/muk_web_theme-19/muk_web_dialog/static/description/screenshot.png b/modules/muk_web_theme-19/muk_web_dialog/static/description/screenshot.png similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/description/screenshot.png rename to modules/muk_web_theme-19/muk_web_dialog/static/description/screenshot.png diff --git a/muk_web_theme-19/muk_web_dialog/static/description/screenshot_user.png b/modules/muk_web_theme-19/muk_web_dialog/static/description/screenshot_user.png similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/description/screenshot_user.png rename to modules/muk_web_theme-19/muk_web_dialog/static/description/screenshot_user.png diff --git a/muk_web_theme-19/muk_web_dialog/static/description/service_development.png b/modules/muk_web_theme-19/muk_web_dialog/static/description/service_development.png similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/description/service_development.png rename to modules/muk_web_theme-19/muk_web_dialog/static/description/service_development.png diff --git a/muk_web_theme-19/muk_web_dialog/static/description/service_infrastructure.png b/modules/muk_web_theme-19/muk_web_dialog/static/description/service_infrastructure.png similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/description/service_infrastructure.png rename to modules/muk_web_theme-19/muk_web_dialog/static/description/service_infrastructure.png diff --git a/muk_web_theme-19/muk_web_dialog/static/description/service_integration.png b/modules/muk_web_theme-19/muk_web_dialog/static/description/service_integration.png similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/description/service_integration.png rename to modules/muk_web_theme-19/muk_web_dialog/static/description/service_integration.png diff --git a/muk_web_theme-19/muk_web_dialog/static/description/service_support.png b/modules/muk_web_theme-19/muk_web_dialog/static/description/service_support.png similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/description/service_support.png rename to modules/muk_web_theme-19/muk_web_dialog/static/description/service_support.png diff --git a/muk_web_theme-19/muk_web_dialog/static/description/service_training.png b/modules/muk_web_theme-19/muk_web_dialog/static/description/service_training.png similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/description/service_training.png rename to modules/muk_web_theme-19/muk_web_dialog/static/description/service_training.png diff --git a/muk_web_theme-19/muk_web_dialog/static/src/core/dialog/dialog.js b/modules/muk_web_theme-19/muk_web_dialog/static/src/core/dialog/dialog.js similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/src/core/dialog/dialog.js rename to modules/muk_web_theme-19/muk_web_dialog/static/src/core/dialog/dialog.js diff --git a/muk_web_theme-19/muk_web_dialog/static/src/core/dialog/dialog.scss b/modules/muk_web_theme-19/muk_web_dialog/static/src/core/dialog/dialog.scss similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/src/core/dialog/dialog.scss rename to modules/muk_web_theme-19/muk_web_dialog/static/src/core/dialog/dialog.scss diff --git a/muk_web_theme-19/muk_web_dialog/static/src/core/dialog/dialog.xml b/modules/muk_web_theme-19/muk_web_dialog/static/src/core/dialog/dialog.xml similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/src/core/dialog/dialog.xml rename to modules/muk_web_theme-19/muk_web_dialog/static/src/core/dialog/dialog.xml diff --git a/muk_web_theme-19/muk_web_dialog/static/src/scss/variables.scss b/modules/muk_web_theme-19/muk_web_dialog/static/src/scss/variables.scss similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/src/scss/variables.scss rename to modules/muk_web_theme-19/muk_web_dialog/static/src/scss/variables.scss diff --git a/muk_web_theme-19/muk_web_dialog/static/src/views/view_dialogs/select_create_dialog.js b/modules/muk_web_theme-19/muk_web_dialog/static/src/views/view_dialogs/select_create_dialog.js similarity index 100% rename from muk_web_theme-19/muk_web_dialog/static/src/views/view_dialogs/select_create_dialog.js rename to modules/muk_web_theme-19/muk_web_dialog/static/src/views/view_dialogs/select_create_dialog.js diff --git a/muk_web_theme-19/muk_web_dialog/views/res_users.xml b/modules/muk_web_theme-19/muk_web_dialog/views/res_users.xml similarity index 100% rename from muk_web_theme-19/muk_web_dialog/views/res_users.xml rename to modules/muk_web_theme-19/muk_web_dialog/views/res_users.xml diff --git a/muk_web_theme-19/muk_web_group/LICENSE b/modules/muk_web_theme-19/muk_web_group/LICENSE similarity index 100% rename from muk_web_theme-19/muk_web_group/LICENSE rename to modules/muk_web_theme-19/muk_web_group/LICENSE diff --git a/muk_web_theme-19/muk_web_group/__init__.py b/modules/muk_web_theme-19/muk_web_group/__init__.py similarity index 100% rename from muk_web_theme-19/muk_web_group/__init__.py rename to modules/muk_web_theme-19/muk_web_group/__init__.py diff --git a/muk_web_theme-19/muk_web_group/__manifest__.py b/modules/muk_web_theme-19/muk_web_group/__manifest__.py similarity index 100% rename from muk_web_theme-19/muk_web_group/__manifest__.py rename to modules/muk_web_theme-19/muk_web_group/__manifest__.py diff --git a/muk_web_theme-19/muk_web_group/doc/changelog.rst b/modules/muk_web_theme-19/muk_web_group/doc/changelog.rst similarity index 100% rename from muk_web_theme-19/muk_web_group/doc/changelog.rst rename to modules/muk_web_theme-19/muk_web_group/doc/changelog.rst diff --git a/muk_web_theme-19/muk_web_group/doc/index.rst b/modules/muk_web_theme-19/muk_web_group/doc/index.rst similarity index 100% rename from muk_web_theme-19/muk_web_group/doc/index.rst rename to modules/muk_web_theme-19/muk_web_group/doc/index.rst diff --git a/muk_web_theme-19/muk_web_group/i18n/de.po b/modules/muk_web_theme-19/muk_web_group/i18n/de.po similarity index 100% rename from muk_web_theme-19/muk_web_group/i18n/de.po rename to modules/muk_web_theme-19/muk_web_group/i18n/de.po diff --git a/muk_web_theme-19/muk_web_group/static/description/banner.png b/modules/muk_web_theme-19/muk_web_group/static/description/banner.png similarity index 100% rename from muk_web_theme-19/muk_web_group/static/description/banner.png rename to modules/muk_web_theme-19/muk_web_group/static/description/banner.png diff --git a/muk_web_theme-19/muk_web_group/static/description/branner.svg b/modules/muk_web_theme-19/muk_web_group/static/description/branner.svg similarity index 100% rename from muk_web_theme-19/muk_web_group/static/description/branner.svg rename to modules/muk_web_theme-19/muk_web_group/static/description/branner.svg diff --git a/muk_web_theme-19/muk_web_group/static/description/icon.png b/modules/muk_web_theme-19/muk_web_group/static/description/icon.png similarity index 100% rename from muk_web_theme-19/muk_web_group/static/description/icon.png rename to modules/muk_web_theme-19/muk_web_group/static/description/icon.png diff --git a/muk_web_theme-19/muk_web_group/static/description/icon.svg b/modules/muk_web_theme-19/muk_web_group/static/description/icon.svg similarity index 100% rename from muk_web_theme-19/muk_web_group/static/description/icon.svg rename to modules/muk_web_theme-19/muk_web_group/static/description/icon.svg diff --git a/muk_web_theme-19/muk_web_group/static/description/index.html b/modules/muk_web_theme-19/muk_web_group/static/description/index.html similarity index 100% rename from muk_web_theme-19/muk_web_group/static/description/index.html rename to modules/muk_web_theme-19/muk_web_group/static/description/index.html diff --git a/muk_web_theme-19/muk_web_group/static/description/logo.png b/modules/muk_web_theme-19/muk_web_group/static/description/logo.png similarity index 100% rename from muk_web_theme-19/muk_web_group/static/description/logo.png rename to modules/muk_web_theme-19/muk_web_group/static/description/logo.png diff --git a/muk_web_theme-19/muk_web_group/static/description/screenshot.png b/modules/muk_web_theme-19/muk_web_group/static/description/screenshot.png similarity index 100% rename from muk_web_theme-19/muk_web_group/static/description/screenshot.png rename to modules/muk_web_theme-19/muk_web_group/static/description/screenshot.png diff --git a/muk_web_theme-19/muk_web_group/static/description/service_development.png b/modules/muk_web_theme-19/muk_web_group/static/description/service_development.png similarity index 100% rename from muk_web_theme-19/muk_web_group/static/description/service_development.png rename to modules/muk_web_theme-19/muk_web_group/static/description/service_development.png diff --git a/muk_web_theme-19/muk_web_group/static/description/service_infrastructure.png b/modules/muk_web_theme-19/muk_web_group/static/description/service_infrastructure.png similarity index 100% rename from muk_web_theme-19/muk_web_group/static/description/service_infrastructure.png rename to modules/muk_web_theme-19/muk_web_group/static/description/service_infrastructure.png diff --git a/muk_web_theme-19/muk_web_group/static/description/service_integration.png b/modules/muk_web_theme-19/muk_web_group/static/description/service_integration.png similarity index 100% rename from muk_web_theme-19/muk_web_group/static/description/service_integration.png rename to modules/muk_web_theme-19/muk_web_group/static/description/service_integration.png diff --git a/muk_web_theme-19/muk_web_group/static/description/service_support.png b/modules/muk_web_theme-19/muk_web_group/static/description/service_support.png similarity index 100% rename from muk_web_theme-19/muk_web_group/static/description/service_support.png rename to modules/muk_web_theme-19/muk_web_group/static/description/service_support.png diff --git a/muk_web_theme-19/muk_web_group/static/description/service_training.png b/modules/muk_web_theme-19/muk_web_group/static/description/service_training.png similarity index 100% rename from muk_web_theme-19/muk_web_group/static/description/service_training.png rename to modules/muk_web_theme-19/muk_web_group/static/description/service_training.png diff --git a/muk_web_theme-19/muk_web_group/static/src/search/collapse_all/collapse_all.js b/modules/muk_web_theme-19/muk_web_group/static/src/search/collapse_all/collapse_all.js similarity index 100% rename from muk_web_theme-19/muk_web_group/static/src/search/collapse_all/collapse_all.js rename to modules/muk_web_theme-19/muk_web_group/static/src/search/collapse_all/collapse_all.js diff --git a/muk_web_theme-19/muk_web_group/static/src/search/collapse_all/collapse_all.xml b/modules/muk_web_theme-19/muk_web_group/static/src/search/collapse_all/collapse_all.xml similarity index 100% rename from muk_web_theme-19/muk_web_group/static/src/search/collapse_all/collapse_all.xml rename to modules/muk_web_theme-19/muk_web_group/static/src/search/collapse_all/collapse_all.xml diff --git a/muk_web_theme-19/muk_web_group/static/src/search/expand_all/expand_all.js b/modules/muk_web_theme-19/muk_web_group/static/src/search/expand_all/expand_all.js similarity index 100% rename from muk_web_theme-19/muk_web_group/static/src/search/expand_all/expand_all.js rename to modules/muk_web_theme-19/muk_web_group/static/src/search/expand_all/expand_all.js diff --git a/muk_web_theme-19/muk_web_group/static/src/search/expand_all/expand_all.xml b/modules/muk_web_theme-19/muk_web_group/static/src/search/expand_all/expand_all.xml similarity index 100% rename from muk_web_theme-19/muk_web_group/static/src/search/expand_all/expand_all.xml rename to modules/muk_web_theme-19/muk_web_group/static/src/search/expand_all/expand_all.xml diff --git a/muk_web_theme-19/muk_web_group/static/tests/group.test.js b/modules/muk_web_theme-19/muk_web_group/static/tests/group.test.js similarity index 100% rename from muk_web_theme-19/muk_web_group/static/tests/group.test.js rename to modules/muk_web_theme-19/muk_web_group/static/tests/group.test.js diff --git a/muk_web_theme-19/muk_web_refresh/LICENSE b/modules/muk_web_theme-19/muk_web_refresh/LICENSE similarity index 100% rename from muk_web_theme-19/muk_web_refresh/LICENSE rename to modules/muk_web_theme-19/muk_web_refresh/LICENSE diff --git a/muk_web_theme-19/muk_web_refresh/__init__.py b/modules/muk_web_theme-19/muk_web_refresh/__init__.py similarity index 100% rename from muk_web_theme-19/muk_web_refresh/__init__.py rename to modules/muk_web_theme-19/muk_web_refresh/__init__.py diff --git a/muk_web_theme-19/muk_web_refresh/__manifest__.py b/modules/muk_web_theme-19/muk_web_refresh/__manifest__.py similarity index 100% rename from muk_web_theme-19/muk_web_refresh/__manifest__.py rename to modules/muk_web_theme-19/muk_web_refresh/__manifest__.py diff --git a/muk_web_theme-19/muk_web_refresh/doc/changelog.rst b/modules/muk_web_theme-19/muk_web_refresh/doc/changelog.rst similarity index 100% rename from muk_web_theme-19/muk_web_refresh/doc/changelog.rst rename to modules/muk_web_theme-19/muk_web_refresh/doc/changelog.rst diff --git a/muk_web_theme-19/muk_web_refresh/doc/index.rst b/modules/muk_web_theme-19/muk_web_refresh/doc/index.rst similarity index 100% rename from muk_web_theme-19/muk_web_refresh/doc/index.rst rename to modules/muk_web_theme-19/muk_web_refresh/doc/index.rst diff --git a/muk_web_theme-19/muk_web_refresh/i18n/de.po b/modules/muk_web_theme-19/muk_web_refresh/i18n/de.po similarity index 100% rename from muk_web_theme-19/muk_web_refresh/i18n/de.po rename to modules/muk_web_theme-19/muk_web_refresh/i18n/de.po diff --git a/muk_web_theme-19/muk_web_refresh/models/__init__.py b/modules/muk_web_theme-19/muk_web_refresh/models/__init__.py similarity index 100% rename from muk_web_theme-19/muk_web_refresh/models/__init__.py rename to modules/muk_web_theme-19/muk_web_refresh/models/__init__.py diff --git a/muk_web_theme-19/muk_web_refresh/models/ir_http.py b/modules/muk_web_theme-19/muk_web_refresh/models/ir_http.py similarity index 100% rename from muk_web_theme-19/muk_web_refresh/models/ir_http.py rename to modules/muk_web_theme-19/muk_web_refresh/models/ir_http.py diff --git a/muk_web_theme-19/muk_web_refresh/static/description/banner.png b/modules/muk_web_theme-19/muk_web_refresh/static/description/banner.png similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/description/banner.png rename to modules/muk_web_theme-19/muk_web_refresh/static/description/banner.png diff --git a/muk_web_theme-19/muk_web_refresh/static/description/banner.svg b/modules/muk_web_theme-19/muk_web_refresh/static/description/banner.svg similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/description/banner.svg rename to modules/muk_web_theme-19/muk_web_refresh/static/description/banner.svg diff --git a/muk_web_theme-19/muk_web_refresh/static/description/icon.png b/modules/muk_web_theme-19/muk_web_refresh/static/description/icon.png similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/description/icon.png rename to modules/muk_web_theme-19/muk_web_refresh/static/description/icon.png diff --git a/muk_web_theme-19/muk_web_refresh/static/description/icon.svg b/modules/muk_web_theme-19/muk_web_refresh/static/description/icon.svg similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/description/icon.svg rename to modules/muk_web_theme-19/muk_web_refresh/static/description/icon.svg diff --git a/muk_web_theme-19/muk_web_refresh/static/description/index.html b/modules/muk_web_theme-19/muk_web_refresh/static/description/index.html similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/description/index.html rename to modules/muk_web_theme-19/muk_web_refresh/static/description/index.html diff --git a/muk_web_theme-19/muk_web_refresh/static/description/logo.png b/modules/muk_web_theme-19/muk_web_refresh/static/description/logo.png similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/description/logo.png rename to modules/muk_web_theme-19/muk_web_refresh/static/description/logo.png diff --git a/muk_web_theme-19/muk_web_refresh/static/description/screenshot.png b/modules/muk_web_theme-19/muk_web_refresh/static/description/screenshot.png similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/description/screenshot.png rename to modules/muk_web_theme-19/muk_web_refresh/static/description/screenshot.png diff --git a/muk_web_theme-19/muk_web_refresh/static/description/service_development.png b/modules/muk_web_theme-19/muk_web_refresh/static/description/service_development.png similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/description/service_development.png rename to modules/muk_web_theme-19/muk_web_refresh/static/description/service_development.png diff --git a/muk_web_theme-19/muk_web_refresh/static/description/service_infrastructure.png b/modules/muk_web_theme-19/muk_web_refresh/static/description/service_infrastructure.png similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/description/service_infrastructure.png rename to modules/muk_web_theme-19/muk_web_refresh/static/description/service_infrastructure.png diff --git a/muk_web_theme-19/muk_web_refresh/static/description/service_integration.png b/modules/muk_web_theme-19/muk_web_refresh/static/description/service_integration.png similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/description/service_integration.png rename to modules/muk_web_theme-19/muk_web_refresh/static/description/service_integration.png diff --git a/muk_web_theme-19/muk_web_refresh/static/description/service_support.png b/modules/muk_web_theme-19/muk_web_refresh/static/description/service_support.png similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/description/service_support.png rename to modules/muk_web_theme-19/muk_web_refresh/static/description/service_support.png diff --git a/muk_web_theme-19/muk_web_refresh/static/description/service_training.png b/modules/muk_web_theme-19/muk_web_refresh/static/description/service_training.png similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/description/service_training.png rename to modules/muk_web_theme-19/muk_web_refresh/static/description/service_training.png diff --git a/muk_web_theme-19/muk_web_refresh/static/src/search/control_panel.js b/modules/muk_web_theme-19/muk_web_refresh/static/src/search/control_panel.js similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/src/search/control_panel.js rename to modules/muk_web_theme-19/muk_web_refresh/static/src/search/control_panel.js diff --git a/muk_web_theme-19/muk_web_refresh/static/src/search/control_panel.xml b/modules/muk_web_theme-19/muk_web_refresh/static/src/search/control_panel.xml similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/src/search/control_panel.xml rename to modules/muk_web_theme-19/muk_web_refresh/static/src/search/control_panel.xml diff --git a/muk_web_theme-19/muk_web_refresh/static/tests/refresh.test.js b/modules/muk_web_theme-19/muk_web_refresh/static/tests/refresh.test.js similarity index 100% rename from muk_web_theme-19/muk_web_refresh/static/tests/refresh.test.js rename to modules/muk_web_theme-19/muk_web_refresh/static/tests/refresh.test.js diff --git a/muk_web_theme-19/muk_web_theme/LICENSE b/modules/muk_web_theme-19/muk_web_theme/LICENSE similarity index 100% rename from muk_web_theme-19/muk_web_theme/LICENSE rename to modules/muk_web_theme-19/muk_web_theme/LICENSE diff --git a/muk_web_theme-19/muk_web_theme/__init__.py b/modules/muk_web_theme-19/muk_web_theme/__init__.py similarity index 100% rename from muk_web_theme-19/muk_web_theme/__init__.py rename to modules/muk_web_theme-19/muk_web_theme/__init__.py diff --git a/muk_web_theme-19/muk_web_theme/__manifest__.py b/modules/muk_web_theme-19/muk_web_theme/__manifest__.py similarity index 100% rename from muk_web_theme-19/muk_web_theme/__manifest__.py rename to modules/muk_web_theme-19/muk_web_theme/__manifest__.py diff --git a/muk_web_theme-19/muk_web_theme/doc/changelog.rst b/modules/muk_web_theme-19/muk_web_theme/doc/changelog.rst similarity index 100% rename from muk_web_theme-19/muk_web_theme/doc/changelog.rst rename to modules/muk_web_theme-19/muk_web_theme/doc/changelog.rst diff --git a/muk_web_theme-19/muk_web_theme/doc/index.rst b/modules/muk_web_theme-19/muk_web_theme/doc/index.rst similarity index 100% rename from muk_web_theme-19/muk_web_theme/doc/index.rst rename to modules/muk_web_theme-19/muk_web_theme/doc/index.rst diff --git a/muk_web_theme-19/muk_web_theme/i18n/de.po b/modules/muk_web_theme-19/muk_web_theme/i18n/de.po similarity index 100% rename from muk_web_theme-19/muk_web_theme/i18n/de.po rename to modules/muk_web_theme-19/muk_web_theme/i18n/de.po diff --git a/muk_web_theme-19/muk_web_theme/models/__init__.py b/modules/muk_web_theme-19/muk_web_theme/models/__init__.py similarity index 100% rename from muk_web_theme-19/muk_web_theme/models/__init__.py rename to modules/muk_web_theme-19/muk_web_theme/models/__init__.py diff --git a/muk_web_theme-19/muk_web_theme/models/ir_http.py b/modules/muk_web_theme-19/muk_web_theme/models/ir_http.py similarity index 100% rename from muk_web_theme-19/muk_web_theme/models/ir_http.py rename to modules/muk_web_theme-19/muk_web_theme/models/ir_http.py diff --git a/muk_web_theme-19/muk_web_theme/models/res_company.py b/modules/muk_web_theme-19/muk_web_theme/models/res_company.py similarity index 100% rename from muk_web_theme-19/muk_web_theme/models/res_company.py rename to modules/muk_web_theme-19/muk_web_theme/models/res_company.py diff --git a/muk_web_theme-19/muk_web_theme/models/res_config_settings.py b/modules/muk_web_theme-19/muk_web_theme/models/res_config_settings.py similarity index 100% rename from muk_web_theme-19/muk_web_theme/models/res_config_settings.py rename to modules/muk_web_theme-19/muk_web_theme/models/res_config_settings.py diff --git a/muk_web_theme-19/muk_web_theme/static/description/banner.png b/modules/muk_web_theme-19/muk_web_theme/static/description/banner.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/banner.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/banner.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/banner.svg b/modules/muk_web_theme-19/muk_web_theme/static/description/banner.svg similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/banner.svg rename to modules/muk_web_theme-19/muk_web_theme/static/description/banner.svg diff --git a/muk_web_theme-19/muk_web_theme/static/description/icon.png b/modules/muk_web_theme-19/muk_web_theme/static/description/icon.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/icon.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/icon.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/icon.svg b/modules/muk_web_theme-19/muk_web_theme/static/description/icon.svg similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/icon.svg rename to modules/muk_web_theme-19/muk_web_theme/static/description/icon.svg diff --git a/muk_web_theme-19/muk_web_theme/static/description/index.html b/modules/muk_web_theme-19/muk_web_theme/static/description/index.html similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/index.html rename to modules/muk_web_theme-19/muk_web_theme/static/description/index.html diff --git a/muk_web_theme-19/muk_web_theme/static/description/logo.png b/modules/muk_web_theme-19/muk_web_theme/static/description/logo.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/logo.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/logo.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/screenshot.png b/modules/muk_web_theme-19/muk_web_theme/static/description/screenshot.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/screenshot.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/screenshot.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/screenshot_apps.png b/modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_apps.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/screenshot_apps.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_apps.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/screenshot_chatter.png b/modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_chatter.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/screenshot_chatter.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_chatter.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/screenshot_customize.png b/modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_customize.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/screenshot_customize.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_customize.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_apps.png b/modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_apps.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_apps.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_apps.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_form.png b/modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_form.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_form.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_form.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_kanban.png b/modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_kanban.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_kanban.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_kanban.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_menu.png b/modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_menu.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_menu.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_mobile_menu.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/screenshot_settings.png b/modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_settings.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/screenshot_settings.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/screenshot_settings.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/service_development.png b/modules/muk_web_theme-19/muk_web_theme/static/description/service_development.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/service_development.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/service_development.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/service_infrastructure.png b/modules/muk_web_theme-19/muk_web_theme/static/description/service_infrastructure.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/service_infrastructure.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/service_infrastructure.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/service_integration.png b/modules/muk_web_theme-19/muk_web_theme/static/description/service_integration.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/service_integration.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/service_integration.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/service_support.png b/modules/muk_web_theme-19/muk_web_theme/static/description/service_support.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/service_support.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/service_support.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/service_training.png b/modules/muk_web_theme-19/muk_web_theme/static/description/service_training.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/service_training.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/service_training.png diff --git a/muk_web_theme-19/muk_web_theme/static/description/theme_screenshot.png b/modules/muk_web_theme-19/muk_web_theme/static/description/theme_screenshot.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/description/theme_screenshot.png rename to modules/muk_web_theme-19/muk_web_theme/static/description/theme_screenshot.png diff --git a/muk_web_theme-19/muk_web_theme/static/src/img/background.png b/modules/muk_web_theme-19/muk_web_theme/static/src/img/background.png similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/src/img/background.png rename to modules/muk_web_theme-19/muk_web_theme/static/src/img/background.png diff --git a/muk_web_theme-19/muk_web_theme/static/src/scss/colors.scss b/modules/muk_web_theme-19/muk_web_theme/static/src/scss/colors.scss similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/src/scss/colors.scss rename to modules/muk_web_theme-19/muk_web_theme/static/src/scss/colors.scss diff --git a/muk_web_theme-19/muk_web_theme/static/src/scss/variables.scss b/modules/muk_web_theme-19/muk_web_theme/static/src/scss/variables.scss similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/src/scss/variables.scss rename to modules/muk_web_theme-19/muk_web_theme/static/src/scss/variables.scss diff --git a/muk_web_theme-19/muk_web_theme/static/src/views/form/form.scss b/modules/muk_web_theme-19/muk_web_theme/static/src/views/form/form.scss similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/src/views/form/form.scss rename to modules/muk_web_theme-19/muk_web_theme/static/src/views/form/form.scss diff --git a/muk_web_theme-19/muk_web_theme/static/src/webclient/appsmenu/appsmenu.js b/modules/muk_web_theme-19/muk_web_theme/static/src/webclient/appsmenu/appsmenu.js similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/src/webclient/appsmenu/appsmenu.js rename to modules/muk_web_theme-19/muk_web_theme/static/src/webclient/appsmenu/appsmenu.js diff --git a/muk_web_theme-19/muk_web_theme/static/src/webclient/appsmenu/appsmenu.scss b/modules/muk_web_theme-19/muk_web_theme/static/src/webclient/appsmenu/appsmenu.scss similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/src/webclient/appsmenu/appsmenu.scss rename to modules/muk_web_theme-19/muk_web_theme/static/src/webclient/appsmenu/appsmenu.scss diff --git a/muk_web_theme-19/muk_web_theme/static/src/webclient/navbar/navbar.js b/modules/muk_web_theme-19/muk_web_theme/static/src/webclient/navbar/navbar.js similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/src/webclient/navbar/navbar.js rename to modules/muk_web_theme-19/muk_web_theme/static/src/webclient/navbar/navbar.js diff --git a/muk_web_theme-19/muk_web_theme/static/src/webclient/navbar/navbar.scss b/modules/muk_web_theme-19/muk_web_theme/static/src/webclient/navbar/navbar.scss similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/src/webclient/navbar/navbar.scss rename to modules/muk_web_theme-19/muk_web_theme/static/src/webclient/navbar/navbar.scss diff --git a/muk_web_theme-19/muk_web_theme/static/src/webclient/navbar/navbar.xml b/modules/muk_web_theme-19/muk_web_theme/static/src/webclient/navbar/navbar.xml similarity index 100% rename from muk_web_theme-19/muk_web_theme/static/src/webclient/navbar/navbar.xml rename to modules/muk_web_theme-19/muk_web_theme/static/src/webclient/navbar/navbar.xml diff --git a/muk_web_theme-19/muk_web_theme/templates/web_layout.xml b/modules/muk_web_theme-19/muk_web_theme/templates/web_layout.xml similarity index 100% rename from muk_web_theme-19/muk_web_theme/templates/web_layout.xml rename to modules/muk_web_theme-19/muk_web_theme/templates/web_layout.xml diff --git a/muk_web_theme-19/muk_web_theme/views/res_config_settings.xml b/modules/muk_web_theme-19/muk_web_theme/views/res_config_settings.xml similarity index 100% rename from muk_web_theme-19/muk_web_theme/views/res_config_settings.xml rename to modules/muk_web_theme-19/muk_web_theme/views/res_config_settings.xml