diff --git a/odoo-debrand/__manifest__.py b/odoo-debrand/__manifest__.py index cb5439303..05721e7ee 100644 --- a/odoo-debrand/__manifest__.py +++ b/odoo-debrand/__manifest__.py @@ -22,7 +22,7 @@ ############################################################################## { 'name': "Odoo Debranding", - 'version': "10.0.3.0", + 'version': "10.0.1.0.0", 'summary': """Debrand Odoo""", 'description': """Debrand Odoo""", 'author': "Cybrosys Techno Solutions", @@ -31,7 +31,8 @@ 'category': 'Tools', 'depends': ['base', 'im_livechat', 'website'], 'data': [ - 'views/views.xml'], + 'views/views.xml', + 'views/templates.xml'], 'demo': [], 'qweb': ["static/src/xml/*.xml"], 'images': ['static/description/banner.jpg'], diff --git a/odoo-debrand/controllers/controllers.py b/odoo-debrand/controllers/controllers.py index 3d2b04158..5dff53697 100644 --- a/odoo-debrand/controllers/controllers.py +++ b/odoo-debrand/controllers/controllers.py @@ -23,12 +23,12 @@ db_monodb = http.db_monodb class BinaryCustom(Binary): - @http.route([ - '/web/binary/company_logo', - '/logo', - '/logo.png', - ], type='http', auth="none") - def company_logo(self, dbname=None, **kw): + @http.route([ + '/web/binary/company_logo', + '/logo', + '/logo.png', + ], type='http', auth="none") + def company_logo(self, dbname=None, **kw): imgname = 'logo' imgext = '.png' company_logo = request.env['website'].sudo().search([])[0].company_logo diff --git a/odoo-debrand/doc/changelog.rst b/odoo-debrand/doc/changelog.rst deleted file mode 100644 index 90b9df558..000000000 --- a/odoo-debrand/doc/changelog.rst +++ /dev/null @@ -1,7 +0,0 @@ -Changelog -========= - -`10.0.2.0.0` ------------- -- Fixed Crash Issue on Un-installing. - diff --git a/odoo-debrand/models/__init__.py b/odoo-debrand/models/__init__.py index 77bbdbd39..5305644df 100644 --- a/odoo-debrand/models/__init__.py +++ b/odoo-debrand/models/__init__.py @@ -1,4 +1,3 @@ # -*- coding: utf-8 -*- -from . import models - +from . import models \ No newline at end of file diff --git a/odoo-debrand/static/description/about-og.png b/odoo-debrand/static/description/about-og.png deleted file mode 100644 index 7f045bd36..000000000 Binary files a/odoo-debrand/static/description/about-og.png and /dev/null differ diff --git a/odoo-debrand/static/description/about.png b/odoo-debrand/static/description/about.png index d5bdce8ad..62e0c21e9 100644 Binary files a/odoo-debrand/static/description/about.png and b/odoo-debrand/static/description/about.png differ diff --git a/odoo-debrand/static/description/configurations.png b/odoo-debrand/static/description/configurations.png index a4119babd..49498838d 100644 Binary files a/odoo-debrand/static/description/configurations.png and b/odoo-debrand/static/description/configurations.png differ diff --git a/odoo-debrand/static/description/index.html b/odoo-debrand/static/description/index.html index d8e623dd3..2cd5e4e6d 100644 --- a/odoo-debrand/static/description/index.html +++ b/odoo-debrand/static/description/index.html @@ -1,111 +1,162 @@ -
+
-

Odoo Debranding

+

Odoo Debranding

Debrand Odoo Back-end + Front-End

-

Cybrosys Technologies

+

Cybrosys Technologies

+
+
+

Features:

+
+ Debranding configuration page.
+ Modify database selector page.
+ Update website footer.
+ Remove Odoo's default favicon.
+ Updated "About" list.
+ Updated warning messages.
+ Page title modification.
+
+
-

Configuration

-
- +
+

Overview

+

+ Want to debrand your company website? Odoo Debranding module developed by Cybrosys Technologies + helps you to change the aesthetic look of Odoo software via customizing them + with Logo and other branding changes. The module helps you to change almost every area of Odoo visuals, + delivering a brand new customized website. +

-
+
-

Database Selector Page

-
- +
+

+

Configuration

+

+

+
+ From the website configuration page, you can configure the company logo, favicon, company name, and website. +
+ +
+
+
+
+ +
+
+
+

+

Database Selector Page

+

+

+
+ Database selector page will be updated with the company logo configured in the back-end. +
+ +
-

Page Title

-
- -
-
- +
+

+

Page Title

+

-
- +
+
+ +
+ "Odoo" will be removed from the page title.
-

Warning

-
- -
-
- +
+

+

Warning

+

-
- +
+
+ +
+ All the warning messages will be updated, by removing "Odoo" from the warning message window.
+
-

Settings

-
- -
-
- +
+

+

Settings

+

-
- +
+
+ +
+ The settings dashboard will be updated.
+
-

About

-
- +
+

+

About

+

-
- -
-
- +
+
+ +
+ "My Odoo.com Account" will be removed from the "About" dropdown list.
+
-

Powered By

-
- -
-
- +
+

+

Powered By

+

-
- +
+
+ +
+ "Powered by Odoo" in the footer will be replaced with the company name configured in the back-end.
+
-

Website Footer

-
- +
+

+

Website Footer

+

- - - -
- +
+
+ +
+ Website footer content will also be replaced with the company name configured in the website configuration page.
@@ -135,4 +186,3 @@
- diff --git a/odoo-debrand/static/description/odoo-title-og.png b/odoo-debrand/static/description/odoo-title-og.png deleted file mode 100644 index acb89e9d5..000000000 Binary files a/odoo-debrand/static/description/odoo-title-og.png and /dev/null differ diff --git a/odoo-debrand/static/description/odoo-title.png b/odoo-debrand/static/description/odoo-title.png index d842bf1d7..eaf16f736 100644 Binary files a/odoo-debrand/static/description/odoo-title.png and b/odoo-debrand/static/description/odoo-title.png differ diff --git a/odoo-debrand/static/description/powered-og.png b/odoo-debrand/static/description/powered-og.png deleted file mode 100644 index b6eec765d..000000000 Binary files a/odoo-debrand/static/description/powered-og.png and /dev/null differ diff --git a/odoo-debrand/static/description/powered.png b/odoo-debrand/static/description/powered.png index 6dd9efb53..ce30a960d 100644 Binary files a/odoo-debrand/static/description/powered.png and b/odoo-debrand/static/description/powered.png differ diff --git a/odoo-debrand/static/description/settings-dash-og.png b/odoo-debrand/static/description/settings-dash-og.png deleted file mode 100644 index 97b65c64f..000000000 Binary files a/odoo-debrand/static/description/settings-dash-og.png and /dev/null differ diff --git a/odoo-debrand/static/description/settings-dashboard.png b/odoo-debrand/static/description/settings-dashboard.png index 4d86701b1..a16bc1742 100644 Binary files a/odoo-debrand/static/description/settings-dashboard.png and b/odoo-debrand/static/description/settings-dashboard.png differ diff --git a/odoo-debrand/static/description/warning-og.png b/odoo-debrand/static/description/warning-og.png deleted file mode 100644 index dd4b9c1f9..000000000 Binary files a/odoo-debrand/static/description/warning-og.png and /dev/null differ diff --git a/odoo-debrand/static/description/warning.png b/odoo-debrand/static/description/warning.png index 61a602103..d5553dabe 100644 Binary files a/odoo-debrand/static/description/warning.png and b/odoo-debrand/static/description/warning.png differ diff --git a/odoo-debrand/static/description/website_footer-og.png b/odoo-debrand/static/description/website_footer-og.png deleted file mode 100644 index cdcafb536..000000000 Binary files a/odoo-debrand/static/description/website_footer-og.png and /dev/null differ diff --git a/odoo-debrand/static/description/website_footer.png b/odoo-debrand/static/description/website_footer.png new file mode 100644 index 000000000..7004bde1a Binary files /dev/null and b/odoo-debrand/static/description/website_footer.png differ diff --git a/odoo-debrand/views/templates.xml b/odoo-debrand/views/templates.xml new file mode 100644 index 000000000..71a9d511c --- /dev/null +++ b/odoo-debrand/views/templates.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/odoo-debrand/views/views.xml b/odoo-debrand/views/views.xml index 578e39bbb..afb73f2ea 100644 --- a/odoo-debrand/views/views.xml +++ b/odoo-debrand/views/views.xml @@ -1,100 +1,97 @@ - - + + + Debranding Configuration website.config.settings - - -