From c3b2ff4d8369976bdc1d54e009655eab24e4565a Mon Sep 17 00:00:00 2001 From: cubells Date: Thu, 21 Apr 2022 11:43:28 +0200 Subject: [PATCH] [IMP] quality_control: add chatter to quality tests --- quality_control/models/qc_test.py | 1 + quality_control/readme/CONTRIBUTORS.rst | 4 ++++ quality_control/views/qc_test_view.xml | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/quality_control/models/qc_test.py b/quality_control/models/qc_test.py index e9df2c4ce..e74f2fb49 100644 --- a/quality_control/models/qc_test.py +++ b/quality_control/models/qc_test.py @@ -15,6 +15,7 @@ class QcTest(models.Model): """ _name = 'qc.test' _description = 'Quality control test' + _inherit = ['mail.thread'] @api.multi def object_selection_values(self): diff --git a/quality_control/readme/CONTRIBUTORS.rst b/quality_control/readme/CONTRIBUTORS.rst index 4eaf0983f..30fbd9af5 100644 --- a/quality_control/readme/CONTRIBUTORS.rst +++ b/quality_control/readme/CONTRIBUTORS.rst @@ -8,3 +8,7 @@ * Pedro M. Baeza * Carlos Roca + +* `Trey Kilobytes de Soluciones SL `__: + + * Vicent Cubells diff --git a/quality_control/views/qc_test_view.xml b/quality_control/views/qc_test_view.xml index 2e636fb7b..7f841320b 100644 --- a/quality_control/views/qc_test_view.xml +++ b/quality_control/views/qc_test_view.xml @@ -42,6 +42,10 @@ +
+ + +