Issue Tracking

project_issue
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/10.0/project_issue
VERSION
VERSION 1.0
CATEGORY
CATEGORYProject
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, David Monjoie, Simon Lejeune, Nicolas Martinelli, Nicolas Lempereur, Jérome Maes, Julien Legros, qdp-odoo, Yannick Tivisse, Denis Vermylen (dve)
WEBSITE
WEBSITEhttps://www.odoo.com/page/project-management
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:50:47
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - project
    - base_setup
    - base
    - web_kanban
    - web
    - product
    - decimal_precision
    - mail
    - bus
    - web_tour
    - report
    - analytic
    - resource
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Track Issues/Bugs Management for Projects
=========================================
This application allows you to manage the issues you might face in a project like bugs in a system, client complaints or material breakdowns.

It allows the manager to quickly check the issues, assign them and decide on their status quickly as they evolve.
    

Code Analysis

Views touched (18)
XML IDNameModelTypeStatus
analytic_account_inherited_issue_form account.analytic.account.issue.form.inherit account.analytic.account xpath Inherits project.analytic_account_inherited_form
project_config_settings_view_form_inherit_project_issue project.config.settings.view.form.inherit.project.issue project.config.settings xpath Inherits project.view_config_settings
project_feature_tree_view project.issue.tree.view.featured project.issue tree New
project_issue_calendar_view project.issue.calendar.view project.issue calendar New
project_issue_form_view project.issue.form.view project.issue form New
project_issue_graph_view project.issue.graph.view project.issue graph New
project_issue_kanban_view project.issue.kanban.view project.issue kanban New
project_issue_pivot_view project.issue.pivot.view project.issue pivot New
project_issue_tree_view project.issue.tree.view project.issue tree New
project_issue_view_kanban_inherit_no_group_create project.issue.view.kanban.inherit.no.group.create project.issue kanban Inherits project_issue.project_issue_kanban_view
project_project_view_form_simplified_inherit_issue project.project.view.form.simplified.inherit.issue project.project group Inherits project.project_project_view_form_simplified
res_partner_issues_button_view res.partner.issues.button.view.inherit res.partner div Inherits base.view_partner_form
view_project_form_inherited project.project.form.inherited project.project div Inherits project.edit_project
view_project_issue_filter project.issue.search.view project.issue search New
view_project_issue_report_filter project.issue.report.select project.issue.report search New
view_project_issue_report_graph project.issue.report.graph project.issue.report graph New
view_project_issue_report_pivot project.issue.report.pivot project.issue.report pivot New
view_project_kanban_inherited project.project.kanban.inherited project.project field Inherits project.view_project_kanban
Models touched (7)

New fields (1)
  • use_issues Boolean
    help='Check this box to manage customer activities through this project' string='Use Issues'
Public methods (1)
  • unlink(self)
    @api.multi

New fields (2)
  • module_project_issue_sheet Selection
    help='Provides timesheet support for the issues/bugs management in project.\n-This installs the module project_issue_sheet.' string='Timesheets on Issues' args: [(0, 'Do not track working hours on issues'), (1, 'Activate timesheets on issues')]
  • module_rating_project_issue Selection
    help='This allows customers to give rating on issue' args: [(0, 'No customer rating'), (1, 'Track customer satisfaction on issues')], 'Rating on issue'
Public methods (0)

No public methods.

New fields (34)
  • active Boolean
    default=True
  • channel Char
    help='Communication channel.' string='Channel'
  • color Integer
    args: 'Color Index'
  • company_id Many2one → res.company
    default=<expr> string='Company' args: 'res.company'
  • date Datetime
    args: 'Date'
  • date_action_last Datetime
    readonly=True string='Last Action'
  • date_action_next Datetime
    readonly=True string='Next Action'
  • date_closed Datetime
    index=True readonly=True string='Closed'
  • date_deadline Date
    string='Deadline'
  • date_last_stage_update Datetime
    default=fields.Datetime.now index=True string='Last Stage Update'
  • date_open Datetime
    index=True readonly=True string='Assigned'
  • day_close Float
    compute='_compute_day' store=True string='Days to Close'
  • day_open Float
    compute='_compute_day' store=True string='Days to Assign'
  • days_since_creation Integer
    compute='_compute_inactivity_days' help='Difference in days between creation date and current date' string='Days since creation date'
  • description Text
    args: 'Private Note'
  • duration Float
    args: 'Duration'
  • email_cc Char
    help='These email addresses will be added to the CC field of all inbound\n and outbound emails for this record before being sent. Separate multiple email addresses with a comma' string='Watchers Emails'
  • email_from Char
    help='These people will receive email.' index=True string='Email'
  • inactivity_days Integer
    compute='_compute_inactivity_days' help='Difference in days between last action and current date' string='Days since last action'
  • kanban_state Selection
    default='normal' help="An Issue's kanban state indicates special situations affecting it:\n\n * Normal is the default situation\n\n * Blocked indicates something is preventing the progress of this issue\n\n * Ready for next stage indicates the issue is ready to be pulled to the next stage" required=True string='Kanban State' track_visibility='onchange' args: [('normal', 'Normal'), ('blocked', 'Blocked'), ('done', 'Ready for next stage')]
  • legend_blocked Char
    readonly=True related='stage_id.legend_blocked' string='Kanban Blocked Explanation'
  • legend_done Char
    readonly=True related='stage_id.legend_done' string='Kanban Valid Explanation'
  • legend_normal Char
    readonly=True related='stage_id.legend_normal' string='Kanban Ongoing Explanation'
  • name Char
    required=True string='Issue'
  • partner_id Many2one → res.partner
    index=True string='Contact' args: 'res.partner'
  • priority Selection
    default='0' index=True args: [('0', 'Low'), ('1', 'Normal'), ('2', 'High')], 'Priority'
  • project_id Many2one → project.project
    index=True string='Project' track_visibility='onchange' args: 'project.project'
  • stage_id Many2one → project.task.type
    copy=False default=_get_default_stage_id domain="[('project_ids', '=', project_id)]" group_expand='_read_group_stage_ids' index=True string='Stage' track_visibility='onchange' args: 'project.task.type'
  • tag_ids Many2many → project.tags
    string='Tags' args: 'project.tags'
  • task_id Many2one → project.task
    domain="[('project_id','=',project_id)]" help='You can link this issue to an existing task or directly create a new one from here' string='Task' args: 'project.task'
  • user_email Char
    readonly=True related='user_id.email' string='User Email'
  • user_id Many2one → res.users
    default=<expr> index=True string='Assigned to' track_visibility='onchange' args: 'res.users'
  • working_hours_close Float
    compute='_compute_day' store=True string='Working Hours to close the Issue'
  • working_hours_open Float
    compute='_compute_day' store=True string='Working Hours to assign the Issue'
Public methods (13)
  • copy(self, default=None)
    @api.multi
  • create(self, vals)
    @api.model
  • email_split(self, msg)
    @api.multi
  • get_empty_list_help(self, help)
    @api.model
  • message_get_email_values(self, notif_mail=None)
    @api.multi
  • message_get_reply_to(self, res_ids, default=None)
    @api.model
    Override to get the reply_to of the parent project.
  • message_get_suggested_recipients(self)
    @api.multi
  • message_new(self, msg, custom_values=None)
    @api.model
    Overrides mail_thread message_new that is called by the mailgateway through message_process. This override updates the document according to the email.
  • message_post(self, subtype=None, **kwargs)
    @api.multi@api.returns('mail.message', <expr>)
    Overrides mail_thread message_post so that we can set the date of last action field when a new message is posted on the issue.
  • message_update(self, msg, update_vals=None)
    @api.multi
    Override to update the issue according to the email.
  • stage_find(self, project_id, domain=None, order='sequence')
    Override of the base.stage method Parameter of the stage search taken from the issue: - project_id: if set, stages must belong to this project or be a default case
  • update_date_closed(self, stage_id)
  • write(self, vals)
    @api.multi

New fields (16)
  • company_id Many2one → res.company
    readonly=True args: 'res.company', 'Company'
  • create_date Datetime
    readonly=True args: 'Create Date'
  • date_closed Datetime
    readonly=True args: 'Date of Closing'
  • date_last_stage_update Datetime
    readonly=True args: 'Last Stage Update'
  • delay_close Float
    digits=(16, 2) group_operator='avg' help='Number of Days to close the project issue' readonly=True args: 'Avg. Delay to Close'
  • delay_open Float
    digits=(16, 2) group_operator='avg' help='Number of Days to open the project issue.' readonly=True args: 'Avg. Delay to Open'
  • email Integer
    readonly=True args: '# Emails'
  • nbr_issues Integer
    readonly=True args: '# of Issues'
  • opening_date Datetime
    readonly=True args: 'Date of Opening'
  • partner_id Many2one → res.partner
    args: 'res.partner', 'Contact'
  • priority Selection
    args: [('0', 'Low'), ('1', 'Normal'), ('2', 'High')]
  • project_id Many2one → project.project
    readonly=True args: 'project.project', 'Project'
  • stage_id Many2one → project.task.type
    args: 'project.task.type', 'Stage'
  • user_id Many2one → res.users
    readonly=True args: 'res.users', 'Assigned to'
  • working_hours_close Float
    group_operator='avg' readonly=True args: 'Avg. Working Hours to Close'
  • working_hours_open Float
    group_operator='avg' readonly=True args: 'Avg. Working Hours to Open'
Public methods (1)
  • init(self)
    @api.model_cr

New fields (5)
  • issue_count Integer
    compute='_compute_issue_count' string='Issues'
  • issue_ids One2many → project.issue
    domain=['|', ('stage_id.fold', '=', False), ('stage_id', '=', False)] string='Issues' args: 'project.issue', 'project_id'
  • issue_needaction_count Integer
    compute='_issue_needaction_count' string='Issues'
  • label_issues Char
    default='Issues' help='Customize the issues label, for example to call them cases.' string='Use Issues as'
  • use_issues Boolean
    default=True related='analytic_account_id.use_issues'
Public methods (1)
  • write(self, vals)
    @api.multi

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • issue_count Integer
    compute='_compute_issue_count' string='# Issues'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/9.0/project_issue
VERSION
VERSION 1.0
CATEGORY
CATEGORYProject
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORS
MAINTAINERS
MAINTAINERS
COMMITTERS
COMMITTERSRaphael Collet, Odoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Thibault Delavallée, Denis Ledoux, Christophe Simonis, David Monjoie, Goffin Simon, Simon Lejeune, Nicolas Martinelli, Nicolas Lempereur, Jérome Maes, Richard Mathot, Géry Debongnie, Yannick Tivisse, qsm-odoo, Martin Geubelle, odoo-tac, Jigar Patel
WEBSITE
WEBSITEhttps://www.odoo.com/page/project-management
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:48:30
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - project
    - product
    - decimal_precision
    - report
    - analytic
    - portal
    - auth_signup
    - resource
    - web_tip
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Track Issues/Bugs Management for Projects
=========================================
This application allows you to manage the issues you might face in a project like bugs in a system, client complaints or material breakdowns. 

It allows the manager to quickly check the issues, assign them and decide on their status quickly as they evolve.
    

Code Analysis

Views touched (15)
XML IDNameModelTypeStatus
analytic_account_inherited_issue_form account.analytic.account.issue.form.inherit account.analytic.account xpath Inherits project.analytic_account_inherited_form
project_feature_tree_view Project Issue- Feature Tracker Tree project.issue tree New
project_issue_calendar_view Project Issue Tracker Calendar project.issue calendar New
project_issue_form_view Project Issue Tracker Form project.issue form New
project_issue_graph_view Project Issue Tracker Graph project.issue graph New
project_issue_kanban_view Project Issue Kanban project.issue kanban New
project_issue_pivot_view Project Issue Tracker Pivot project.issue pivot New
project_issue_tree_view Project Issue Tracker Tree project.issue tree New
res_partner_issues_button_view res.partner.issues.button.view res.partner div Inherits base.view_partner_form
view_project_form_inherited project.project.form.inherited project.project xpath Inherits project.edit_project
view_project_issue_filter Project Issue Tracker Search project.issue search New
view_project_issue_report_filter project.issue.report.select project.issue.report search New
view_project_issue_report_graph project.issue.report.graph project.issue.report graph New
view_project_issue_report_pivot project.issue.report.pivot project.issue.report pivot New
view_project_kanban_inherited project.project.kanban.inherited project.project field Inherits project.view_project_kanban
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • on_change_template(self, cr, uid, ids, template_id, date_start=False, context=None)
  • unlink(self, cr, uid, ids, context=None)

New fields (0)

No new fields.

Public methods (15)
  • copy(self, cr, uid, id, default=None, context=None)
  • create(self, cr, uid, vals, context=None)
  • email_split(self, cr, uid, ids, msg, context=None)
  • get_empty_list_help(self, cr, uid, help, context=None)
  • message_get_reply_to(self, cr, uid, ids, default=None, context=None)
    @api.cr_uid_context
    Override to get the reply_to of the parent project.
  • message_get_suggested_recipients(self, cr, uid, ids, context=None)
  • message_new(self, cr, uid, msg, custom_values=None, context=None)
    Overrides mail_thread message_new that is called by the mailgateway through message_process. This override updates the document according to the email.
  • message_post(self, cr, uid, thread_id, subtype=None, context=None, **kwargs)
    @api.cr_uid_ids_context@api.returns('mail.message', <expr>)
    Overrides mail_thread message_post so that we can set the date of last action field when a new message is posted on the issue.
  • message_update(self, cr, uid, ids, msg, update_vals=None, context=None)
    Override to update the issue according to the email.
  • on_change_project(self, cr, uid, ids, project_id, context=None)
  • onchange_partner_id(self, cr, uid, ids, partner_id, context=None)
    This function returns value of partner email address based on partner :param part: Partner's id
  • onchange_stage_id(self, cr, uid, ids, stage_id, context=None)
  • onchange_task_id(self, cr, uid, ids, task_id, context=None)
  • stage_find(self, cr, uid, cases, team_id, domain=[], order='sequence', context=None)
    Override of the base.stage method Parameter of the stage search taken from the issue: - type: stage type must be the same or 'both' - team_id: if set, stages must belong to this team or be a default case
  • write(self, cr, uid, ids, vals, context=None)

New fields (0)

No new fields.

Public methods (1)
  • write(self, vals)
    @api.multi

New fields (0)

No new fields.

Public methods (3)
  • create(self, cr, uid, vals, context=None)
  • on_change_use_tasks_or_issues(self, cr, uid, ids, use_tasks, use_issues, context=None)
  • write(self, cr, uid, ids, vals, context=None)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/8.0/project_issue
VERSION
VERSION 1.0
CATEGORY
CATEGORYProject Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRandhir Mayatra (OpenERP), Odoo Translation Bot, Christophe Matthieu, Martin Trigaux, Ajay Chauhan (OpenERP), Foram Katharotiya (OpenERP), Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Thibault Delavallée, Vo Minh Thu, Launchpad Translations on behalf of openerp, Quentin (OpenERP), Denis Ledoux, Fabien Meghazi, niv-openerp, Christophe Simonis, Xavier Morel, Bhumi Thakkar (Open ERP), Nicolas Martinelli, Amit Bhavsar (Open ERP), Paramjit Singh Sahota, Richard Mathot, Géry Debongnie, Aaron Bohy, Richard Mathot (OpenERP), ged-odoo, Mahendra Barad (OpenERP), Gery Debongnie, Randhir Mayatra rma-openerp, sgo@tinyerp.com, Sunil Sharma (OpenERP), Prashant Panchal (OpenERP), Ravi Gadhia, Barad Mahendra
WEBSITE
WEBSITEhttps://www.odoo.com/page/project-management
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:45:39
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sales_team
    - base
    - mail
    - base_setup
    - web_kanban
    - web
    - web_kanban_sparkline
    - project
    - product
    - decimal_precision
    - report
    - analytic
    - board
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Track Issues/Bugs Management for Projects
=========================================
This application allows you to manage the issues you might face in a project like bugs in a system, client complaints or material breakdowns. 

It allows the manager to quickly check the issues, assign them and decide on their status quickly as they evolve.
    

Code Analysis

Views touched (16)
XML IDNameModelTypeStatus
analytic_account_inherited_issue_form account.analytic.account.issue.form.inherit account.analytic.account xpath Inherits project.analytic_account_inherited_form
project_feature_tree_view Project Issue- Feature Tracker Tree project.issue tree New
project_issue_calendar_view Project Issue Tracker Calendar project.issue calendar New
project_issue_form_view Project Issue Tracker Form project.issue form New
project_issue_graph_view Project Issue Tracker Graph project.issue graph New
project_issue_kanban_view Project Issue Kanban project.issue kanban New
project_issue_tree_view Project Issue Tracker Tree project.issue tree New
project_issue_version_form_view Issue Version project.issue.version form New
project_issue_version_search_view Issue Version project.issue.version search New
res_partner_issues_button_view res.partner.issues.button.view res.partner xpath Inherits base.view_partner_form
view_config_settings Project Application project.config.settings div Inherits project.view_config_settings
view_project_form_inherited project.project.form.inherited project.project xpath Inherits project.edit_project
view_project_issue_filter Project Issue Tracker Search project.issue search New
view_project_issue_report_filter project.issue.report.select project.issue.report search New
view_project_issue_report_graph project.issue.report.graph project.issue.report graph New
view_project_kanban_inherited project.project.kanban.inherited project.project field Inherits project.view_project_kanban
Models touched (5)

New fields (0)

No new fields.

Public methods (1)
  • on_change_template(self, cr, uid, ids, template_id, date_start=False, context=None)

New fields (0)

No new fields.

Public methods (14)
  • case_escalate(self, cr, uid, ids, context=None)
  • copy(self, cr, uid, id, default=None, context=None)
  • create(self, cr, uid, vals, context=None)
  • get_empty_list_help(self, cr, uid, help, context=None)
  • message_get_reply_to(self, cr, uid, ids, context=None)
    Override to get the reply_to of the parent project.
  • message_get_suggested_recipients(self, cr, uid, ids, context=None)
  • message_new(self, cr, uid, msg, custom_values=None, context=None)
    Overrides mail_thread message_new that is called by the mailgateway through message_process. This override updates the document according to the email.
  • message_post(self, cr, uid, thread_id, body='', subject=None, type='notification', subtype=None, parent_id=False, attachments=None, context=None, content_subtype='html', **kwargs)
    @api.cr_uid_ids_context
    Overrides mail_thread message_post so that we can set the date of last action field when a new message is posted on the issue.
  • on_change_project(self, cr, uid, ids, project_id, context=None)
  • onchange_partner_id(self, cr, uid, ids, partner_id, context=None)
    This function returns value of partner email address based on partner :param part: Partner's id
  • onchange_stage_id(self, cr, uid, ids, stage_id, context=None)
  • onchange_task_id(self, cr, uid, ids, task_id, context=None)
  • stage_find(self, cr, uid, cases, section_id, domain=[], order='sequence', context=None)
    Override of the base.stage method Parameter of the stage search taken from the issue: - type: stage type must be the same or 'both' - section_id: if set, stages must belong to this section or be a default case
  • write(self, cr, uid, ids, vals, context=None)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (3)
  • create(self, cr, uid, vals, context=None)
  • on_change_use_tasks_or_issues(self, cr, uid, ids, use_tasks, use_issues, context=None)
  • write(self, cr, uid, ids, vals, context=None)
REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/7.0/project_issue
VERSION
VERSION 1.0
CATEGORY
CATEGORYProject Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Jagdish Panchal (Open ERP), Twinkle Christian (OpenERP), Cecile Tonglet, Rucha (Open ERP), Atul Patel (OpenERP), Randhir Mayatra (OpenERP), Stephane Wirtel, Odoo Translation Bot, Turkesh Patel (Open ERP), Christophe Matthieu, Pinakin Nayi (OpenERP), DBR (OpenERP), Harry (OpenERP), Antonin Bourguignon, ajay javiya (OpenERP), Martin Trigaux, Ajay Chauhan (OpenERP), Foram Katharotiya (OpenERP), Bhumika (OpenERP), Purnendu Singh (OpenERP), Saurang Suthar (OpenERP), Fabien Pinckaers, Antony Lesuisse, Bharat Devnani (OpenERP), Meera Trambadia (OpenERP), Olivier Dony, Rajesh Prajapati (OpenERP), Twinkle (OpenERP), Divyesh Makwana (Open ERP), Tejas Tank, Thibault Delavallée, Vo Minh Thu, Hardik, pso (OpenERP), Sbh (Openerp), Amit Patel (OpenERP), Launchpad Translations on behalf of openerp, vta vta@openerp.com, Quentin (OpenERP), Kuldeep Joshi (OpenERP), Nimesh (Open ERP), Denis Ledoux, Mayur Maheshwari (OpenERP), Jigar Amin - OpenERP, Sanjay Gohel (Open ERP), olt@tinyerp.com, Fabien Meghazi, niv-openerp, Jiten (OpenERP), Dharti Ratani (OpenERP), Khushboo Bhatt (Open ERP), Bhumi Thakkar (Open ERP), Roberto López López (OpenERP), Amit Patel, Frédéric van der Essen, Chris Biersbach, Hardik Ansodariya, dhr, Hiral Patel (OpenERP), Jojo La Bricole, Jagdish Panchal, Julien Legros
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:43:09
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - base_status
    - base
    - crm
    - base_action_rule
    - mail
    - base_setup
    - web_kanban
    - web
    - process
    - email_template
    - base_calendar
    - resource
    - board
    - fetchmail
    - project
    - product
    - decimal_precision
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Track Issues/Bugs Management for Projects
=========================================
This application allows you to manage the issues you might face in a project like bugs in a system, client complaints or material breakdowns. 

It allows the manager to quickly check the issues, assign them and decide on their status quickly as they evolve.
    

Code Analysis

Views touched (18)
XML IDNameModelTypeStatus
analytic_account_inherited_issue_form account.analytic.account.issue.form.inherit account.analytic.account xpath Inherits project.analytic_account_inherited_form
board_my_project_issue_form board.my.project.issue.form.inherit board.board xpath Inherits project.board_project_form
project_feature_tree_view Project Issue- Feature Tracker Tree project.issue tree New
project_issue_board_tree_view Project Issue Board Tree project.issue tree New
project_issue_calendar_view Project Issue Tracker Calendar project.issue calendar New
project_issue_form_view Project Issue Tracker Form project.issue form New
project_issue_kanban_view Project Issue Kanban project.issue kanban New
project_issue_tree_view Project Issue Tracker Tree project.issue tree New
project_issue_version_form_view Issue Version project.issue.version form New
project_issue_version_search_view Issue Version project.issue.version search New
view_config_settings Project Application project.config.settings div Inherits project.view_config_settings
view_project_feature_filter Project Issue - Feature Tracker Search project.issue search New
view_project_form_inherited project.project.form.inherited project.project xpath Inherits project.edit_project
view_project_issue_filter Project Issue Tracker Search project.issue search New
view_project_issue_report_filter project.issue.report.select project.issue.report search New
view_project_issue_report_graph project.issue.report.graph project.issue.report graph New
view_project_issue_report_tree project.issue.report.tree project.issue.report tree New
view_project_kanban_inherited project.project.kanban.inherited project.project field Inherits project.view_project_kanban
Models touched (0)

No models found for this module.

REPOSITORY
REPOSITORYodoo/odoo
GIT
GIThttps://github.com/odoo/odoo.git
GIT FOLDER
GIT FOLDERhttps://github.com/odoo/odoo/tree/6.1/project_issue
VERSION
VERSION 1.0
CATEGORY
CATEGORYProject Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOpenERP SA
MAINTAINERS
MAINTAINERSOpenERP SA
COMMITTERS
COMMITTERSRaphael Collet, Jagdish Panchal (Open ERP), Rucha (Open ERP), Stephane Wirtel, DBR (OpenERP), Harry (OpenERP), Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Vo Minh Thu, Launchpad Translations on behalf of openerp, Quentin (OpenERP), Kuldeep Joshi (OpenERP), Mayur Maheshwari (OpenERP), Jigar Amin - OpenERP, vro, Fabien Meghazi, niv-openerp, Xavier ALT, Christophe Simonis, Ujjvala Collins (OpenERP), Xavier Morel, Chris Biersbach, Jigar Amin, Amit (OpenERP), Minh Tran, Thibault Francois, Vaibhav (OpenERP), Carlos Vásquez, Els Van Vossel, Israel Fermin Montilla, Rifakat Haradwala (Open ERP), Hardik Ansodariy (OpenERP), ssu, rch-openerp, Yogesh (OpenERP), ron@tinyerp.com, fp, Tejas (OpenERP), RavishchanraMurari (Open ERP), Hemendra Paregi (Open ERP), Atik Agewan (OpenERP), avp, Khushbu
WEBSITE
WEBSITEhttp://www.openerp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-05 23:41:35
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - crm
    - base_action_rule
    - base
    - mail
    - base_tools
    - base_setup
    - process
    - base_calendar
    - resource
    - board
    - fetchmail
    - project
    - product
    - decimal_precision
    - analytic
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module provides Issues/Bugs Management in Project.
=======================================================

OpenERP allows you to manage the issues you might face in a project
like bugs in a system, client complaints or material breakdowns. A
list view allows the manager to quickly check the issues, assign them
and decide on their status as they evolve.
    

Code Analysis

Views touched (18)
XML IDNameModelTypeStatus
board_my_project_issue_form board.my.project.issue.form.inherit board.board xpath Inherits project.board_project_form
board_project_issue_form board.project.issue.form board.board form New
project_feature_tree_view Project Issue- Feature Tracker Tree project.issue tree New
project_issue_board_tree_view Project Issue Board Tree project.issue tree New
project_issue_calendar_view Project Issue Tracker Calendar project.issue calendar New
project_issue_form_view Project Issue Tracker Form project.issue form New
project_issue_kanban_view Project Issue Kanban project.issue kanban New
project_issue_tree_view Project Issue Tracker Tree project.issue tree New
project_issue_version_form_view Issue Version project.issue.version form New
project_issue_version_search_view Issue Version project.issue.version search New
view_my_open_project_issue_graph my.open.project.issue.graph project.issue.report graph New
view_project_feature_filter Project Issue - Feature Tracker Search project.issue search New
view_project_form_inherited project.project.form.inherited project.project field Inherits project.edit_project
view_project_issue_filter Project Issue Tracker Search project.issue search New
view_project_issue_graph_stage project.issue.report.graph project.issue.report graph New
view_project_issue_report_filter project.issue.report.select project.issue.report search New
view_project_issue_report_graph project.issue.report.graph project.issue.report graph New
view_project_issue_report_tree project.issue.report.tree project.issue.report tree New
Models touched (0)

No models found for this module.