Bugs Management System

by
Odoo
v 12.0 Third Party 99
Download for v 12.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Project (project)
Discuss (mail)
Technical Name Bug_Management_System
LicenseSee License tab
Websitehttp://www.whizit.co.in
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Project (project)
Discuss (mail)
Technical Name Bug_Management_System
LicenseSee License tab
Websitehttp://www.whizit.co.in

Bugs Management System

The Main Idea:

This Module 'Bugs Management System' helps to manage bugs in project module.
This module offers the ability to keep track of the bug.
With the help of this module you can see number of bugs assigned to the employee.

Key Features:

  • Issues
  • Stages
  • Bugs assigned to employee in kanban and tree view

How it Works

When you go to the project module select Bugs item from the top menu and click on 'Create' in order to create the bug.


Below are the detailed fields which are to be filled and later clicking 'Save' button on top-left corner then the below screen will be displayed . You can 'Edit' the bug by clicking on 'Edit' button.


When you click on 'Attachment' button a drop down with 'Add..' menu appears then click on it and attach any file formatted file from your local system,a file will be added.


When you click on 'Action' button and click on 'Delete' button then that particular bug will be deleted and suppose if you click on 'Duplicate' button then that particular bugs copy will be created considering the same name.

When you click on "Send message" option you can type the message to admin with respect to emoji and adding document to that particular message.

When you click on "Add Comments" option you can type the message which will be viewed/visible publicly with respect to emoji and adding document to that particular message.

Below at the bottom of screen you can see whatever issues driscussed yesterday . in such way you can keep track of your day to day bug.

Bug Management

Installation

Install this module in a usual way

Configuration

Activate Developer Mode

Usage

  • Go to Project >> All Bugs >> Create

Uninstallation

Uninstall this module in a usual way <https://www.youtube.com/watch?v=DUfnQ2UU2rI>`__

MIT License

Copyright (c) 2019 Vivek

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
Get the following error when trying to install:
by
Esat
on 12/20/19, 12:32 PM

Error: Odoo Server Error Traceback (most recent call last): File "/opt/odoo/lib/odoo/odoo/http.py", line 656, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/lib/odoo/odoo/http.py", line 314, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/opt/odoo/lib/odoo/odoo/tools/pycompat.py", line 87, in reraise raise value File "/opt/odoo/lib/odoo/odoo/http.py", line 698, in dispatch result = self._call_function(**self.params) File "/opt/odoo/lib/odoo/odoo/http.py", line 346, in _call_function return checked_call(self.db, *args, **kwargs) File "/opt/odoo/lib/odoo/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/opt/odoo/lib/odoo/odoo/http.py", line 339, in checked_call result = self.endpoint(*a, **kw) File "/opt/odoo/lib/odoo/odoo/http.py", line 941, in __call__ return self.method(*args, **kw) File "/opt/odoo/lib/odoo/odoo/http.py", line 519, in response_wrap response = f(*args, **kw) File "/opt/odoo/lib/odoo/addons/web/controllers/main.py", line 966, in call_button action = self._call_kw(model, method, args, {}) File "/opt/odoo/lib/odoo/addons/web/controllers/main.py", line 954, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/opt/odoo/lib/odoo/odoo/api.py", line 759, in call_kw return _call_kw_multi(method, model, args, kwargs) File "/opt/odoo/lib/odoo/odoo/api.py", line 746, in _call_kw_multi result = method(recs, *args, **kwargs) File "", line 2, in button_immediate_install File "/opt/odoo/lib/odoo/odoo/addons/base/models/ir_module.py", line 74, in check_and_log return method(self, *args, **kwargs) File "/opt/odoo/lib/odoo/odoo/addons/base/models/ir_module.py", line 445, in button_immediate_install return self._button_immediate_function(type(self).button_install) File "/opt/odoo/lib/odoo/odoo/addons/base/models/ir_module.py", line 561, in _button_immediate_function modules.registry.Registry.new(self._cr.dbname, update_module=True) File "/opt/odoo/lib/odoo/odoo/modules/registry.py", line 86, in new odoo.modules.load_modules(registry._db, force_demo, status, update_module) File "/opt/odoo/lib/odoo/odoo/modules/loading.py", line 465, in load_modules loaded_modules, update_module, models_to_check) File "/opt/odoo/lib/odoo/odoo/modules/loading.py", line 350, in load_marked_modules perform_checks=perform_checks, models_to_check=models_to_check File "/opt/odoo/lib/odoo/odoo/modules/loading.py", line 216, in load_module_graph load_openerp_module(package.name) File "/opt/odoo/lib/odoo/odoo/modules/module.py", line 373, in load_openerp_module __import__('odoo.addons.' + module_name) File "", line 969, in _find_and_load File "", line 958, in _find_and_load_unlocked File "", line 664, in _load_unlocked File "", line 634, in _load_backward_compatible File "/opt/odoo/lib/odoo/odoo/modules/module.py", line 83, in load_module exec(open(modfile, 'rb').read(), new_mod.__dict__) File "", line 4, in File "/opt/odoo/lib/addons/third_party/Bug_Management_System/models/__init__.py", line 2, in from . import bug_project File "/opt/odoo/lib/addons/third_party/Bug_Management_System/models/bug_project.py", line 72 _res_model: 'project.project' ^ SyntaxError: invalid syntax

Re: Get the following error when trying to install:
by
Vivek Barsagadey
on 12/24/19, 1:46 AM Author

We have resolved your issue please try again by downloading the module or taking pull