From 77c0bc3b24d94d08948e08e10e085c8b9ba728e4 Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Sat, 16 Dec 2017 13:58:02 +0530 Subject: [PATCH] [FIX] Crash Issue Fix --- odoo-debrand/__manifest__.py | 5 +- odoo-debrand/doc/changelog.rst | 7 ++ odoo-debrand/models/__init__.py | 3 +- odoo-debrand/views/templates.xml | 22 ----- odoo-debrand/views/views.xml | 144 ++++++++++++++++--------------- 5 files changed, 84 insertions(+), 97 deletions(-) create mode 100644 odoo-debrand/doc/changelog.rst delete mode 100644 odoo-debrand/views/templates.xml 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 - - -