Quality control formula

quality_control_formula
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/10.0/quality_control_formula
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYQuality control
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Agile Business Group
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Agile Business Group
COMMITTERS
COMMITTERSoca-travis, Weblate, OCA-git-bot, SimoRubi
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture/tree/10.0/quality_control_formula
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/manufacture:
    - quality_control
odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
qc_inspection_form_view Add formula qc.inspection Inherits quality_control.qc_inspection_form_view
qc_inspection_line_tree_view Add formula qc.inspection.line Inherits quality_control.qc_inspection_line_tree_view
qc_test_form_view Add formula qc.test Inherits quality_control.qc_test_form_view
qc_test_question_form_view Add formula qc.test.question group Inherits quality_control.qc_test_question_form_view
qc_test_question_tree_view qc.test.question.tree qc.test.question tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • calculate_lines_values(self)
    @api.multi

New fields (4)
  • code Char
    help="Used for the evaluation of formulas: name of the variable corresponding to this inspection line's value."
  • formula Text
    help="Python formula for evaluating the current inspection line.Provided values are 'input_value' and the values of all the previous inspection lines (the variable name is the 'code' field)."
  • input_value Char
  • sequence Integer
Public methods (2)
  • calculate_value(self)
    @api.multi
  • write(self, vals)
    @api.multi

New fields (2)
  • code Char
    help="Used for the evaluation of formulas: name of the variable corresponding to this question's value."
  • formula Text
    help="Python formula for evaluating the current question.Provided values are 'input_value' and the values of all the previous questions (the variable name is the 'code' field)."
Public methods (0)

No public methods.