| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/11.0/quality_control_plan |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Quality control |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Associazione PNLUG - Gruppo Odoo |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Associazione PNLUG - Gruppo Odoo |
| COMMITTERS | |
| COMMITTERS | oca-travis, Weblate, OCA-git-bot, Stefano Consolaro |
| WEBSITE | |
| WEBSITE | https://gitlab.com/PNLUG/Odoo/management-system-improvements/tree/11.0/quality_control_plan |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:59 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/knowledge: - document_page - knowledge OCA/management-system: - mgmtsystem - mgmtsystem_nonconformity - mgmtsystem_action - document_page_procedure - document_page_work_instruction OCA/manufacture: - quality_control - quality_control_stock odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - barcodes - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
qc_inspection_qty_checked |
qc.inspection.qty.checked | qc.inspection | field | Inherits quality_control.qc_inspection_form_view |
view_form_level |
QC level | qc.level | form | New |
view_form_plan |
QC plan | qc.plan | form | New |
view_mgmtsystem_nonconformity_inspection |
view.mgmtsystem.nonconformity.inspection | mgmtsystem.nonconformity | field | Inherits mgmtsystem_nonconformity.view_mgmtsystem_nonconformity_form |
view_mgmtsystem_nonconformity_partner |
view.mgmtsystem.nonconformity.partner | res.partner | notebook | Inherits base.view_partner_form |
view_product_category_plan |
view.product.category.plan | product.category | xpath | Inherits quality_control.product_category_qc_form_view |
view_product_template_plan |
view.product.template.plan | product.template | xpath | Inherits product.product_template_only_form_view |
view_tree_level |
view.tree.level | qc.level | tree | New |
view_tree_plan |
view.tree.plan | qc.plan | tree | New |
inspection_id
Many2one → qc.inspection
No public methods.
inspection_ids
One2many → mgmtsystem.nonconformity
plan_id
Many2one → qc.plan
qty_checked
Float
create(self, values)
create_nonconformity(self, **kwargs)
chk_type
Selection
default='absolute'
help='Indicate how to use quantity checked value'
args: [('absolute', 'Absolute value'), ('percent', 'Percent')], 'Measure'
plan_id
Many2one → qc.plan
required=True
args: 'qc.plan', 'Plan'
qty_checked
Float
help='Quantity to check if the received goods is higher than the reference'
args: 'Quantity checked'
qty_received
Float
help='Minimum received quantity reference'
args: 'Quantity to inspect'
No public methods.
description
Char
free_pass
Boolean
name
Char
required=True
args: 'Name'
plan_ids
One2many → qc.level
create(self, vals)
on_change_free_pass(self)
partner
Many2one → res.partner
comodel_name='res.partner'
plan_id
Many2one → qc.plan
required=True
args: 'qc.plan', 'Plan'
No public methods.
partner
Many2one → res.partner
comodel_name='res.partner'
plan_id
Many2one → qc.plan
required=True
args: 'qc.plan', 'Plan'
No public methods.
plan_id
Many2one → qc.plan
No public methods.
plan_id
Many2one → qc.plan
No public methods.
plan_id
Many2one → qc.plan
No public methods.
plan_id
Many2one → qc.plan
No public methods.
qc_triggers
One2many → qc.trigger.partner_line
comodel_name='qc.trigger.partner_line'
inverse_name='partner'
string='Quality control triggers'
No public methods.
No new fields.
Public methods (1)action_done(self)