Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.1.1
Category
Quality Control
Folder size
0.1 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 07:31:54
Authors
Odoo Community Association (OCA), Eficent
Maintainers
Odoo Community Association (OCA), Eficent
Committers
Holger Brunn, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Odoo dependencies
OCA/manufacture:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
quality_control_issue
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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)
  • active Boolean
    default=True
  • color Integer
    help='The color of the team' string='Color Index'
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr> string='Company'
  • member_ids One2many → res.users
    comodel_name='res.users' inverse_name='qc_team_id' string='Team Members'
  • name Char
    required=True string='Quality Control Team'
  • reply_to Char
    help="The email address put in the 'Reply-To' of all emails sent by Odoo about cases in this QC team" string='Reply-To'
  • user_id Many2one → res.users
    comodel_name='res.users' string='Team Leader'
Public methods (1)
  • create(self, values)
    @api.model

New fields (1)
  • qc_team_id Many2one → qc.team
    comodel_name='qc.team' string='Quality Control Team'
Public methods (0)

No public methods.

New fields (1)
  • qc_team_id Many2one → qc.team
    comodel_name='qc.team' string='Quality Control Team'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…