diff --git a/odoo-debranding/__manifest__.py b/odoo-debranding/__manifest__.py
new file mode 100755
index 0000000..29c503e
--- /dev/null
+++ b/odoo-debranding/__manifest__.py
@@ -0,0 +1,17 @@
+{
+ 'name': 'odoo debranding',
+ 'version': '14.0',
+ 'summary': 'odoo debranding',
+ 'description': 'odoo debranding',
+ 'category': '',
+ 'author': '',
+ 'website': '',
+ 'license': '',
+ 'depends': ['base_setup', 'web'],
+ 'data': ['views/webclient_templates.xml'],
+ 'demo': [''],
+ 'qweb': ["static/src/xml/base.xml"],
+ 'installable': True,
+ 'auto_install': False,
+
+}
diff --git a/odoo-debranding/models/__init__.py b/odoo-debranding/models/__init__.py
new file mode 100755
index 0000000..e69de29
diff --git a/odoo-debranding/models/odoodebrand.py b/odoo-debranding/models/odoodebrand.py
new file mode 100644
index 0000000..e69de29
diff --git a/odoo-debranding/static/src/img/image.png b/odoo-debranding/static/src/img/image.png
new file mode 100644
index 0000000..aef3194
Binary files /dev/null and b/odoo-debranding/static/src/img/image.png differ
diff --git a/odoo-debranding/static/src/xml/base.xml b/odoo-debranding/static/src/xml/base.xml
new file mode 100755
index 0000000..e39ef70
--- /dev/null
+++ b/odoo-debranding/static/src/xml/base.xml
@@ -0,0 +1,34 @@
+
+
+
+
+ Your permission is required to enable desktop notifications.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/odoo-debranding/views/webclient_templates.xml b/odoo-debranding/views/webclient_templates.xml
new file mode 100755
index 0000000..009b797
--- /dev/null
+++ b/odoo-debranding/views/webclient_templates.xml
@@ -0,0 +1,40 @@
+
+
+ <!DOCTYPE html>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ res.config.settings.view.form.inherit.remove.about
+ res.config.settings
+
+
+
+
+
+
+
+
+
\ No newline at end of file