From 8e53174c32a4f43c80ab850336efdcdf478ce1e7 Mon Sep 17 00:00:00 2001 From: cubells Date: Fri, 22 Apr 2022 07:55:05 +0200 Subject: [PATCH] [IMP] quality_control_oca: add chatter to quality tests --- quality_control_oca/models/qc_test.py | 1 + quality_control_oca/readme/CONTRIBUTORS.rst | 4 ++++ quality_control_oca/views/qc_test_view.xml | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/quality_control_oca/models/qc_test.py b/quality_control_oca/models/qc_test.py index bfc31b65f..5b74967cd 100644 --- a/quality_control_oca/models/qc_test.py +++ b/quality_control_oca/models/qc_test.py @@ -15,6 +15,7 @@ class QcTest(models.Model): _name = "qc.test" _description = "Quality control test" + _inherit = "mail.thread" def object_selection_values(self): return set() diff --git a/quality_control_oca/readme/CONTRIBUTORS.rst b/quality_control_oca/readme/CONTRIBUTORS.rst index e5dae9e9d..43f7ec2a4 100644 --- a/quality_control_oca/readme/CONTRIBUTORS.rst +++ b/quality_control_oca/readme/CONTRIBUTORS.rst @@ -9,3 +9,7 @@ * Pedro M. Baeza * Carlos Roca + +* `Trey Kilobytes de Soluciones SL `__: + + * Vicent Cubells diff --git a/quality_control_oca/views/qc_test_view.xml b/quality_control_oca/views/qc_test_view.xml index baa9aaab5..5a9cd9c32 100644 --- a/quality_control_oca/views/qc_test_view.xml +++ b/quality_control_oca/views/qc_test_view.xml @@ -46,6 +46,10 @@ +
+ + +