From 6a93c9269faa3c9350c22a2ba40da952138001da Mon Sep 17 00:00:00 2001 From: cubells Date: Fri, 22 Apr 2022 07:41:45 +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 16382dc9d..3c884a70d 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"] active = fields.Boolean("Active", default=True) name = fields.Char(string="Name", required=True, translate=True) 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 30c960ed0..004f578b6 100644 --- a/quality_control_oca/views/qc_test_view.xml +++ b/quality_control_oca/views/qc_test_view.xml @@ -41,6 +41,10 @@ +
+ + +