From df5ebedcfe89744736c8746844795dd499955f15 Mon Sep 17 00:00:00 2001 From: SHEREEF PT Date: Sat, 22 Apr 2017 11:13:37 +0530 Subject: [PATCH] [CHNG]:RST File Edited --- developer_mode/README.rst | 3 +-- developer_mode/README.rst~ | 22 ++++++++++++++++++ developer_mode/__openerp__.py | 2 +- developer_mode/__openerp__.py~ | 41 ++++++++++++++++++++++++++++++++++ 4 files changed, 65 insertions(+), 3 deletions(-) create mode 100644 developer_mode/README.rst~ create mode 100644 developer_mode/__openerp__.py~ diff --git a/developer_mode/README.rst b/developer_mode/README.rst index f74a543d5..f7e9555de 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..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/__openerp__.py b/developer_mode/__openerp__.py index 042acce4b..1058d3b02 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': '8.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..042acce4b --- /dev/null +++ b/developer_mode/__openerp__.py~ @@ -0,0 +1,41 @@ +# -*- 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': '8.0.2.0.0', + 'author': 'Cybrosys Techno Solutions', + 'website': "http://www.cybrosys.com", + 'company': 'Cybrosys Techno Solutions', + '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, +}