From 14ce21d220d21a6d9e5f7286a128d9838a768e0a Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 19 Aug 2022 10:36:49 +0700 Subject: initial commit release --- addons/theme_default/__init__.py | 0 addons/theme_default/__manifest__.py | 0 addons/theme_default/static/description/cover.png | Bin addons/theme_default/static/description/icon.png | Bin .../static/description/theme_default_screenshot.jpg | Bin 5 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 addons/theme_default/__init__.py mode change 100644 => 100755 addons/theme_default/__manifest__.py mode change 100644 => 100755 addons/theme_default/static/description/cover.png mode change 100644 => 100755 addons/theme_default/static/description/icon.png mode change 100644 => 100755 addons/theme_default/static/description/theme_default_screenshot.jpg (limited to 'addons/theme_default') diff --git a/addons/theme_default/__init__.py b/addons/theme_default/__init__.py old mode 100644 new mode 100755 diff --git a/addons/theme_default/__manifest__.py b/addons/theme_default/__manifest__.py old mode 100644 new mode 100755 diff --git a/addons/theme_default/static/description/cover.png b/addons/theme_default/static/description/cover.png old mode 100644 new mode 100755 diff --git a/addons/theme_default/static/description/icon.png b/addons/theme_default/static/description/icon.png old mode 100644 new mode 100755 diff --git a/addons/theme_default/static/description/theme_default_screenshot.jpg b/addons/theme_default/static/description/theme_default_screenshot.jpg old mode 100644 new mode 100755 -- cgit v1.2.3