TIP: You can type at any time to perform a new search.
Quality Control Team OCA
quality_control_team_oca · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Quality Control
- Folder size
- 0.13 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture
- Last tracking update
- 2026-08-07 07:47:35
- Authors
- Odoo Community Association (OCA), Eficent
- Maintainers
- Odoo Community Association (OCA), Eficent
- Committers
- Weblate, OCA-git-bot, oca-ci, Kaynnan Lemes
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
qc_team_search |
Case Teams - Search | qc.team | search | New |
qc_team_view_form |
qc.team.form | qc.team | form | New |
qc_team_view_kanban |
qc.team.dashboard | qc.team | kanban | New |
qc_team_view_tree |
qc.team.tree | qc.team | tree | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (7)
-
activeBooleandefault=True -
colorIntegerhelp='The color of the team'string='Color Index' -
company_idMany2one → res.companycomodel_name='res.company'default=<expr>string='Company' -
member_idsOne2many → res.userscomodel_name='res.users'inverse_name='qc_team_id'string='Team Members' -
nameCharrequired=Truestring='Quality Control Team' -
reply_toCharhelp="The email address put in the 'Reply-To' of all emails sent by Odoo about cases in this QC team"string='Reply-To' -
user_idMany2one → res.userscomodel_name='res.users'string='Team Leader'
-
create(self, values)@api.model
New fields (1)
-
qc_team_idMany2one → qc.teamcomodel_name='qc.team'string='Quality Control Team'
No public methods.
New fields (1)
-
qc_team_idMany2one → qc.teamcomodel_name='qc.team'string='Quality Control Team'
No public methods.
Loading…