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/__init__.py b/developer_mode/__init__.py index e9de3c421..06839078f 100644 --- a/developer_mode/__init__.py +++ b/developer_mode/__init__.py @@ -21,4 +21,3 @@ # ############################################################################## - diff --git a/developer_mode/__openerp__.py b/developer_mode/__openerp__.py index da8384afa..74e4d5376 100644 --- a/developer_mode/__openerp__.py +++ b/developer_mode/__openerp__.py @@ -23,7 +23,7 @@ { 'name': "Automatic Developer Mode", 'summary': """Automatically Activate Developer Mode""", - 'version': '0.2', + 'version': '9.0.2.0.0', 'author': 'Cybrosys Techno Solutions', 'website': "http://www.cybrosys.com", 'company': 'Cybrosys Techno Solutions', @@ -31,6 +31,10 @@ '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, diff --git a/developer_mode/__openerp__.py~ b/developer_mode/__openerp__.py~ deleted file mode 100644 index bd0d2c492..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.2', - '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/data/cybro_developer_data.xml b/developer_mode/data/cybro_developer_data.xml new file mode 100644 index 000000000..d01e24193 --- /dev/null +++ b/developer_mode/data/cybro_developer_data.xml @@ -0,0 +1,41 @@ + + + + + + + + res.partner + cybro_partner_developer_mode + True + + + + Cybrodeveloper + + www.cybrosys.com + +****************************************************** + + Your freelance partner! + +****************************************************** + +Custom development for Odoo is what we do. Talk to us! + + + + + + + + + + + + + + + + + diff --git a/developer_mode/security/security_data.xml b/developer_mode/security/security_data.xml new file mode 100644 index 000000000..a3c45d004 --- /dev/null +++ b/developer_mode/security/security_data.xml @@ -0,0 +1,10 @@ + + + + + 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..1739f7bc5 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 7d9a22905..ba64bd9e6 100644 --- a/developer_mode/static/description/index.html +++ b/developer_mode/static/description/index.html @@ -4,6 +4,16 @@

Automatic Developer Mode

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

+ +
+

Developers, So Many Reasons to Smile:

+
    +
  •    Automatically Trigger Developer Mode.
  • +
  •    Showing Running DB On Left Top.
  • +
  •    Update Modules Easily.
  • +
+
+
@@ -33,7 +43,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

+

+
+
+
+ +
+
+
+

Need Any Help?

diff --git a/developer_mode/static/description/index.html~ b/developer_mode/static/description/index.html~ deleted file mode 100644 index ac439f24f..000000000 --- a/developer_mode/static/description/index.html~ +++ /dev/null @@ -1,58 +0,0 @@ -
-
-
-

Automatic Developer Mode

-

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

-
-
-
- -
-
-
-

-

This module make you free from activate developer mode operations over and over(It is very boring when we switching many users). - When you login, It will trigger the DEVELOPER MODE Automatically.

-

-
-
-
- -
-
-
-

-

As shown here, Simply automate the developer mode. It help developer in several perspective.

-

-
-
-
- -
-
-
-
- - - -
-

Need Any Help?

- - -
- - - - - - diff --git a/developer_mode/static/description/working_db.png b/developer_mode/static/description/working_db.png new file mode 100644 index 000000000..2424138bf Binary files /dev/null and b/developer_mode/static/description/working_db.png differ diff --git a/developer_mode/views/developer_mode_view.xml b/developer_mode/views/developer_mode_view.xml new file mode 100644 index 000000000..de8a3ebe1 --- /dev/null +++ b/developer_mode/views/developer_mode_view.xml @@ -0,0 +1,118 @@ + + + + + ir.module.module.list.select + + ir.module.module + + + + + + + + + + + + ir.module.module.form + + ir.module.module + + + + + + + + + Local Modules + ir.module.module + form + kanban,tree,form + {'search_default_app':1} + + + +

No module found!

+

You should try others search criteria.

+
+
+ + +
+
diff --git a/developer_mode/views/ir_rule_view.xml b/developer_mode/views/ir_rule_view.xml new file mode 100644 index 000000000..a31b0646a --- /dev/null +++ b/developer_mode/views/ir_rule_view.xml @@ -0,0 +1,14 @@ + + + + + ir.rule + + + + + + + + +