Browse Source

[CHNG]:RST File Edited

pull/81/head
SHEREEF PT 8 years ago
parent
commit
024b281b13
  1. 1
      developer_mode/README.rst
  2. 22
      developer_mode/README.rst~
  3. 2
      developer_mode/__openerp__.py
  4. 42
      developer_mode/__openerp__.py~
  5. 1
      developer_mode/static/description/index.html
  6. 5
      developer_mode/static/description/index.html~

1
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.

22
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

2
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",

42
developer_mode/__openerp__.py~

@ -0,0 +1,42 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# Cybrosys Technologies Pvt. Ltd.
# Copyright (C) 2009-TODAY Cybrosys Technologies(<http://www.cybrosys.com>).
# Author: Nilmar Shereef(<http://www.cybrosys.com>)
# 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 <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'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,
}

1
developer_mode/static/description/index.html

@ -65,7 +65,6 @@
<div class="oe_span6">
<p class="oe_mt32">
<p>Easily update any module without opening the form</p>
<p>Note : This module wont allows you to install any similar modules which does the same result</p>
</p>
</div>
<div class="oe_span6">

5
developer_mode/static/description/index.html~

@ -2,7 +2,8 @@
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan">Automatic Developer Mode</h2>
<h3 class="oe_slogan">... to make a developer's life easier...</h3>
<h3 class="oe_slogan">Developers !, Keep up your smile..</h3>
<h4 class="oe_slogan">Cybrosys Technologies , www.cybrosys.com</h4>
</div>
<div class="oe_row oe_spaced">
@ -11,6 +12,7 @@
<li style="list-style:none !important;"><span style="color:green;"> &#9786;</span>&nbsp;&nbsp; Automatically Trigger Developer Mode.</li>
<li style="list-style:none !important;"><span style="color:green;"> &#9786;</span>&nbsp;&nbsp; Showing Running DB On Left Top.</li>
<li style="list-style:none !important;"><span style="color:green;"> &#9786;</span>&nbsp;&nbsp; Update Modules Easily.</li>
<li style="list-style:none !important;"><span style="color:green;"> &#9786;</span>&nbsp;&nbsp; Custom Email Template for Sending Mail with Failure Details.</li>
</ul>
</div>
@ -95,3 +97,4 @@

Loading…
Cancel
Save