diff --git a/odoo-debrand/__manifest__.py b/odoo-debrand/__manifest__.py index a4ca93cde..606c657cb 100644 --- a/odoo-debrand/__manifest__.py +++ b/odoo-debrand/__manifest__.py @@ -22,7 +22,7 @@ ############################################################################## { 'name': "Odoo Debranding", - 'version': "10.0.1.0", + 'version': "10.0.2.0", 'summary': """Debrand Odoo""", 'description': """Debrand Odoo""", 'author': "Cybrosys Techno Solutions", @@ -31,8 +31,7 @@ 'category': 'Tools', 'depends': ['base', 'im_livechat', 'website'], 'data': [ - 'views/views.xml', - 'views/templates.xml'], + 'views/views.xml'], 'demo': [], 'qweb': ["static/src/xml/*.xml"], 'images': ['static/description/banner.jpg'], diff --git a/odoo-debrand/doc/changelog.rst b/odoo-debrand/doc/changelog.rst new file mode 100644 index 000000000..90b9df558 --- /dev/null +++ b/odoo-debrand/doc/changelog.rst @@ -0,0 +1,7 @@ +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 5305644df..77bbdbd39 100644 --- a/odoo-debrand/models/__init__.py +++ b/odoo-debrand/models/__init__.py @@ -1,3 +1,4 @@ # -*- coding: utf-8 -*- -from . import models \ No newline at end of file +from . import models + diff --git a/odoo-debrand/views/templates.xml b/odoo-debrand/views/templates.xml deleted file mode 100644 index 71a9d511c..000000000 --- a/odoo-debrand/views/templates.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/odoo-debrand/views/views.xml b/odoo-debrand/views/views.xml index 451cfb66c..e31d82e71 100644 --- a/odoo-debrand/views/views.xml +++ b/odoo-debrand/views/views.xml @@ -1,97 +1,100 @@ - - - + + Debranding Configuration website.config.settings - - - + + + + + + + + + + + + + + + - - + + - + - - + + - - - - - - - - - - - - - - + + - + - + - - Manage Databases | - - - - - - + + Manage Databases | + + + + + + - - - + + + + - - - - - Website Live Chat Powered by - - - + + + + + Website Live Chat Powered by + + + + Powered by . - - - - - Powered by - . - - - Copyright © + + + + + + Powered by + . + + + Copyright © + - - + + @@ -133,8 +136,8 @@ Manage Databases | - Powered by - + Powered by + @@ -142,5 +145,4 @@ - - \ No newline at end of file + \ No newline at end of file
Powered by .