TIP: You can type at any time to perform a new search.
Business Requirement from Support
business_requirement_from_support · OCA/business-requirement
- Repository
- OCA/business-requirement · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Business Requirements Management
- Folder size
- 0.07 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://www.praxya.com/
- Last tracking update
- 2026-08-07 07:03:14
- Authors
- Odoo Community Association (OCA), RubĂ©n Cabrera MartĂnez, Praxya
- Maintainers
- Odoo Community Association (OCA), RubĂ©n Cabrera MartĂnez, Praxya
- Committers
- OCA Transbot, oca-travis, Eric @ Elico Corp
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_br_form_issues |
view.br.issue.form | business.requirement | form | Inherits business_requirement.view_business_requirement_form |
view_create_br_form |
view.issue.form | project.issue | form | Inherits project_issue.project_issue_form_view |
view_create_br_from_issue |
create.br.form | br.issue | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (10)
-
business_requirementHtmlstring='Customer Story' -
issue_idMany2one → project.issuecomodel_name='project.issue'help='The issue that originated or made this BR relevant.'string='Related Issue' -
nameChar -
partner_idMany2one → res.partnercomodel_name='res.partner'help='Customer who has to approve the BR before it goes to development'string='Customer' -
prioritySelectionstring='Priority' args: [('0', 'Low'), ('1', 'Normal'), ('2', 'High')] -
project_idMany2one → project.projectcomodel_name='project.project'string='Project' -
requested_idMany2one → res.userscomodel_name='res.users'help='Odoo user who requests this issue to be converted to BR.'string='Requested by' -
responsible_idMany2one → res.userscomodel_name='res.users'help='Odoo user who will be in charge of this BR.'string='Responsible' -
reviewer_idsMany2many → res.userscomodel_name='res.users'help='Users to review the BR'string='Reviewers' -
to_be_reviewedBooleanhelp='Check if this BR has to be reviewed by a consultant or a PM'string='To be Reviewed'
-
create_br(self)@api.multi
New fields (2)
-
issue_countIntegercompute='_compute_issue_count'readonly=Truestore=Truestring='Total number of issues related to a business requirement' -
issue_idsOne2many → project.issuecomodel_name='project.issue'help='Issues related to this BR, click to view'inverse_name='business_requirement_id'string='Related issues'
No public methods.
New fields (1)
-
business_requirement_idMany2one → business.requirementcomodel_name='business.requirement'ondelete='set null'string='Business Requirement'
-
br_wizard(self)@api.multiCall the br creation wizard :returns: Wizard