diff --git a/developer_mode/README.rst b/developer_mode/README.rst index 01293bc28..712b84271 100644 --- a/developer_mode/README.rst +++ b/developer_mode/README.rst @@ -8,7 +8,6 @@ Features * Automatically Trigger Developer Mode. * Showing Running DB On Left Top. -* Select a range of date limit(days) in integer form * Update Modules Easily. @@ -19,4 +18,4 @@ Features Credits ======= -Nilmar Shereef @ cybrosys, shereef@cybrosys.in \ No newline at end of file +Nilmar Shereef @ cybrosys, shereef@cybrosys.in diff --git a/developer_mode/README.rst~ b/developer_mode/README.rst~ new file mode 100644 index 000000000..01293bc28 --- /dev/null +++ b/developer_mode/README.rst~ @@ -0,0 +1,22 @@ +Automatic Developer Mode v9 +=========================== + +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/__openerp__.py b/developer_mode/__openerp__.py index 74e4d5376..3a321cf99 100644 --- a/developer_mode/__openerp__.py +++ b/developer_mode/__openerp__.py @@ -22,7 +22,7 @@ ############################################################################## { 'name': "Automatic Developer Mode", - 'summary': """Automatically Activate Developer Mode""", + 'summary': """Automatically Activate Developer Mode & Running DB Name on Left Top""", 'version': '9.0.2.0.0', 'author': 'Cybrosys Techno Solutions', 'website': "http://www.cybrosys.com", diff --git a/developer_mode/__openerp__.py~ b/developer_mode/__openerp__.py~ new file mode 100644 index 000000000..74e4d5376 --- /dev/null +++ b/developer_mode/__openerp__.py~ @@ -0,0 +1,42 @@ +# -*- 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': '9.0.2.0.0', + 'author': 'Cybrosys Techno Solutions', + 'website': "http://www.cybrosys.com", + 'company': 'Cybrosys Techno Solutions', + 'category': 'Tools', + 'depends': ['base', 'web', 'base_setup'], + 'data': [ + 'views/web_view.xml', + 'security/security_data.xml', + 'views/developer_mode_view.xml', + 'views/ir_rule_view.xml', + 'data/cybro_developer_data.xml', + ], + 'images': ['static/description/banner.jpg'], + 'installable': True, + 'auto_install': False, +} diff --git a/developer_mode/static/description/index.html b/developer_mode/static/description/index.html index 6021830ab..4142a37bd 100644 --- a/developer_mode/static/description/index.html +++ b/developer_mode/static/description/index.html @@ -65,7 +65,6 @@

Easily update any module without opening the form

-

Note : This module wont allows you to install any similar modules which does the same result

diff --git a/developer_mode/static/description/index.html~ b/developer_mode/static/description/index.html~ index ba64bd9e6..6021830ab 100644 --- a/developer_mode/static/description/index.html~ +++ b/developer_mode/static/description/index.html~ @@ -2,7 +2,8 @@

Automatic Developer Mode

-

... to make a developer's life easier...

+

Developers !, Keep up your smile..

+

Cybrosys Technologies , www.cybrosys.com

@@ -11,6 +12,7 @@
  •    Automatically Trigger Developer Mode.
  •    Showing Running DB On Left Top.
  •    Update Modules Easily.
  • +
  •    Custom Email Template for Sending Mail with Failure Details.
  • @@ -95,3 +97,4 @@ +