| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/10.0/quality_control_formula |
| 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), Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Agile Business Group |
| COMMITTERS | |
| COMMITTERS | oca-travis, Weblate, OCA-git-bot, SimoRubi |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/manufacture/tree/10.0/quality_control_formula |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/manufacture: - quality_control odoo/odoo: - product - base - decimal_precision - base_setup - web_kanban - web - bus - web_tour - report |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
No HTTP endpoints found for this module.
No new fields.
Public methods (1)calculate_lines_values(self)
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
calculate_value(self)
write(self, vals)
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)."
No public methods.