| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/business-requirement |
| GIT | |
| GIT | https://github.com/OCA/business-requirement.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/business-requirement/tree/8.0/business_requirement_from_support |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Business Requirements Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Rubén Cabrera Martínez, Praxya |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Rubén Cabrera Martínez, Praxya |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, oca-travis, Eric @ Elico Corp |
| WEBSITE | |
| WEBSITE | https://www.praxya.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:28 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/business-requirement: - business_requirement odoo/odoo: - product - base - decimal_precision - base_setup - web_kanban - web - report - project - analytic - board - resource - project_issue - sales_team - web_kanban_sparkline |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_br_form_issues |
view.br.issue.form | business.requirement | xpath | Inherits business_requirement.view_business_requirement_form |
view_create_br_form |
view.issue.form | project.issue | xpath | Inherits project_issue.project_issue_form_view |
view_create_br_from_issue |
create.br.form | br.issue | form | New |
business_requirement
Html
string='Customer Story'
issue_id
Many2one → project.issue
comodel_name='project.issue'
help='The issue that originated or made this BR relevant.'
string='Related Issue'
name
Char
partner_id
Many2one → res.partner
comodel_name='res.partner'
help='Customer who has to approve the BR before it goes to development'
string='Customer'
priority
Selection
string='Priority'
args: [('0', 'Low'), ('1', 'Normal'), ('2', 'High')]
project_id
Many2one → project.project
comodel_name='project.project'
string='Project'
requested_id
Many2one → res.users
comodel_name='res.users'
help='Odoo user who requests this issue to be converted to BR.'
string='Requested by'
responsible_id
Many2one → res.users
comodel_name='res.users'
help='Odoo user who will be in charge of this BR.'
string='Responsible'
reviewer_ids
Many2many → res.users
comodel_name='res.users'
help='Users to review the BR'
string='Reviewers'
to_be_reviewed
Boolean
help='Check if this BR has to be reviewed by a consultant or a PM'
string='To be Reviewed'
create_br(self)
issue_count
Integer
compute='_compute_issue_count'
readonly=True
store=True
string='Total number of issues related to a business requirement'
issue_ids
One2many → project.issue
comodel_name='project.issue'
help='Issues related to this BR, click to view'
inverse_name='business_requirement_id'
string='Related issues'
No public methods.
business_requirement_id
Many2one → business.requirement
comodel_name='business.requirement'
ondelete='set null'
string='Business Requirement'
br_wizard(self)