diff --git a/developer_mode/README.rst b/developer_mode/README.rst
new file mode 100644
index 000000000..f74a543d5
--- /dev/null
+++ b/developer_mode/README.rst
@@ -0,0 +1,22 @@
+Automatic Developer Mode v8
+===========================
+
+This module aims to reduce the repeated works of a Odoo Developer.
+
+Features
+========
+
+* Automatically Trigger Developer Mode.
+* Showing Running DB On Left Top.
+* Select a range of date limit(days) in integer form
+* Update Modules Easily.
+
+
+ .. note::
+
+ # If you installed any other tool, This module may not work properly.
+ # There is a dev mode property missing issue with website module.
+
+Credits
+=======
+Nilmar Shereef @ cybrosys, shereef@cybrosys.in
\ No newline at end of file
diff --git a/developer_mode/__init__.py b/developer_mode/__init__.py
index e9de3c421..b8b509efd 100644
--- a/developer_mode/__init__.py
+++ b/developer_mode/__init__.py
@@ -20,5 +20,3 @@
# If not, see .
#
##############################################################################
-
-
diff --git a/developer_mode/__openerp__.py b/developer_mode/__openerp__.py
index c653db77e..042acce4b 100644
--- a/developer_mode/__openerp__.py
+++ b/developer_mode/__openerp__.py
@@ -23,16 +23,19 @@
{
'name': "Automatic Developer Mode",
'summary': """Automatically Activate Developer Mode""",
- 'version': '0.3',
+ 'version': '8.0.2.0.0',
'author': 'Cybrosys Techno Solutions',
'website': "http://www.cybrosys.com",
'company': 'Cybrosys Techno Solutions',
- 'category': 'Tools',
+ 'category': 'Extra Tools',
'depends': ['base', 'web', 'base_setup'],
'data': [
'views/web_view.xml',
+ 'security/security_data.xml',
+ 'views/developer_mode_view.xml',
],
'images': ['static/description/banner.jpg'],
+ 'license': 'AGPL-3',
'installable': True,
'auto_install': False,
}
diff --git a/developer_mode/__openerp__.py~ b/developer_mode/__openerp__.py~
deleted file mode 100644
index ca0624dd1..000000000
--- a/developer_mode/__openerp__.py~
+++ /dev/null
@@ -1,38 +0,0 @@
-# -*- coding: utf-8 -*-
-##############################################################################
-#
-# Cybrosys Technologies Pvt. Ltd.
-# Copyright (C) 2009-TODAY Cybrosys Technologies().
-# Author: Nilmar Shereef()
-# you can modify it under the terms of the GNU LESSER
-# GENERAL PUBLIC LICENSE (LGPL v3), Version 3.
-#
-# It is forbidden to publish, distribute, sublicense, or sell copies
-# of the Software or modified copies of the Software.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details.
-#
-# You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE
-# GENERAL PUBLIC LICENSE (LGPL v3) along with this program.
-# If not, see .
-#
-##############################################################################
-{
- 'name': "Automatic Developer Mode",
- 'summary': """Automatically Activate Developer Mode""",
- 'version': '0.3',
- 'author': 'Cybrosys Techno Solutions',
- 'website': "http://www.yourcompany.com",
- 'company': 'Cybrosys Techno Solutions',
- 'category': 'Tools',
- 'depends': ['base', 'web', 'base_setup'],
- 'data': [
- 'views/web_view.xml',
- ],
- 'images': ['static/description/banner.jpg'],
- 'installable': True,
- 'auto_install': False,
-}
diff --git a/developer_mode/security/security_data.xml b/developer_mode/security/security_data.xml
new file mode 100644
index 000000000..5e223901d
--- /dev/null
+++ b/developer_mode/security/security_data.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+ Odoo Developer
+
+
+
+
+
+
diff --git a/developer_mode/static/description/apps_view.png b/developer_mode/static/description/apps_view.png
new file mode 100644
index 000000000..4b13abbe5
Binary files /dev/null and b/developer_mode/static/description/apps_view.png differ
diff --git a/developer_mode/static/description/index.html b/developer_mode/static/description/index.html
index 8a576d33e..82bc845a0 100644
--- a/developer_mode/static/description/index.html
+++ b/developer_mode/static/description/index.html
@@ -2,8 +2,20 @@
Automatic Developer Mode
-
... to make a developer's life easier...
+
Developers! Keep up your smile..
+
Cybrosys Technologies , www.cybrosys.com
+
+
+
Developers, So Many Reasons to Smile:
+
+
☺ Automatically Trigger Developer Mode.
+
☺ Showing Running DB On Left Top.
+
☺ Update Modules Easily.
+
☺ Custom Email Template for Sending Mail with Failure Details.
+
+
+
@@ -33,7 +45,36 @@
+
+
+
+
+
The developer can identify running DB easily.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Easily update any module without opening the form
+
Note : This module wont allows you to install any similar modules which does the same result