diff --git a/muk_branding/__manifest__.py b/muk_branding/__manifest__.py
index 61ab9d1..49e2d0a 100644
--- a/muk_branding/__manifest__.py
+++ b/muk_branding/__manifest__.py
@@ -20,7 +20,7 @@
{
"name": "MuK Branding",
"summary": """Branding and Debranding""",
- "version": "12.0.1.0.3",
+ "version": "12.0.1.0.6",
"category": "Extra Tools",
"license": "AGPL-3",
"website": "http://www.mukit.at",
@@ -33,8 +33,8 @@
"muk_utils",
],
"data": [
+ "data/company.xml",
"views/res_config_settings_view.xml",
- "data/users.xml",
],
"qweb": [
"static/src/xml/*.xml",
diff --git a/muk_branding/data/users.xml b/muk_branding/data/company.xml
similarity index 78%
rename from muk_branding/data/users.xml
rename to muk_branding/data/company.xml
index 87b1415..6305596 100644
--- a/muk_branding/data/users.xml
+++ b/muk_branding/data/company.xml
@@ -17,12 +17,10 @@
along with this program. If not, see .
-->
-
+
-
- Bot
-
- bot@example.com
+
+
\ No newline at end of file
diff --git a/muk_branding/static/src/img/favicon.ico b/muk_branding/static/src/img/favicon.ico
new file mode 100644
index 0000000..4867295
Binary files /dev/null and b/muk_branding/static/src/img/favicon.ico differ