diff --git a/odoo-debrand/README.rst b/odoo-debrand/README.rst index 21a39ea56..634d276d9 100644 --- a/odoo-debrand/README.rst +++ b/odoo-debrand/README.rst @@ -10,11 +10,9 @@ Debranding of odoo with the given configurations under Website Admin -> Debrandi Will replace: - Page Title - - Odoo from Popups + - Login Page Modification - User Drop down Odoo links - - Website Title - POS Odoo logo replaced by company logo - - Odoo label from Dialogues - Odoo Database Selector Logo, Labels Installation diff --git a/odoo-debrand/__manifest__.py b/odoo-debrand/__manifest__.py index 270ebdb14..2c34cce80 100644 --- a/odoo-debrand/__manifest__.py +++ b/odoo-debrand/__manifest__.py @@ -22,17 +22,18 @@ { 'name': "Odoo Debranding", - 'version': "13.0.1.0.0", - 'summary': """Debrand Odoo""", - 'description': """Debrand Odoo,Debranding""", + 'version': "13.0.1.1.1", + 'summary': """Odoo Backend and Front end Debranding""", + 'description': """Debrand Odoo,Debranding, odoo13""", 'author': "Cybrosys Techno Solutions", 'company': "Cybrosys Techno Solutions", 'maintainer': "Cybrosys Techno Solutions", 'website': "https://cybrosys.com/", 'category': 'Tools', - 'depends': ['base', 'im_livechat', 'website'], + 'depends': ['website', 'base_setup'], 'data': [ - 'views/views.xml' + 'views/views.xml', + 'views/res_config_views.xml' ], 'qweb': ["static/src/xml/base.xml"], 'images': ['static/description/banner.gif'], diff --git a/odoo-debrand/controllers/controllers.py b/odoo-debrand/controllers/controllers.py index 075794057..7cf13605d 100644 --- a/odoo-debrand/controllers/controllers.py +++ b/odoo-debrand/controllers/controllers.py @@ -104,6 +104,7 @@ class BinaryCustom(Binary): imgext = '.' + mimetype.split('/')[1] if imgext == '.svg+xml': imgext = '.svg' + response = http.send_file(image_data, filename=imgname + imgext, mimetype=mimetype, diff --git a/odoo-debrand/models/models.py b/odoo-debrand/models/models.py index 38fe24cb0..3cf17bbf0 100644 --- a/odoo-debrand/models/models.py +++ b/odoo-debrand/models/models.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- ############################################################################# # # Cybrosys Technologies Pvt. Ltd. @@ -24,6 +25,9 @@ from odoo import models, fields, api, tools class OdooDebrand(models.Model): + """ + Fields to access from the database manager. + """ _inherit = "website" def get_company_logo(self): @@ -33,5 +37,5 @@ class OdooDebrand(models.Model): id = self.env['website'].sudo().search([]) self.favicon_url ="/web/image/website/%s/favicon"%(id[0].id) - favicon_url = fields.Text("Url", compute='get_favicon') + favicon_url = fields.Text("Url", compute='get_favicon') company_logo_url = fields.Text("Url", compute='get_company_logo') diff --git a/odoo-debrand/static/description/images/debranding-03.png b/odoo-debrand/static/description/images/debranding-03.png index 5a614c5c5..e199e3b2f 100644 Binary files a/odoo-debrand/static/description/images/debranding-03.png and b/odoo-debrand/static/description/images/debranding-03.png differ diff --git a/odoo-debrand/static/description/index.html b/odoo-debrand/static/description/index.html index bef243cd6..a2a169e9e 100644 --- a/odoo-debrand/static/description/index.html +++ b/odoo-debrand/static/description/index.html @@ -5,16 +5,16 @@