Merge PR #784 into 12.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2022-04-21 14:35:28 +00:00
3 changed files with 9 additions and 0 deletions

View File

@@ -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):

View File

@@ -8,3 +8,7 @@
* Pedro M. Baeza
* Carlos Roca
* `Trey Kilobytes de Soluciones SL <https://www.trey.es>`__:
* Vicent Cubells

View File

@@ -42,6 +42,10 @@
</tree>
</field>
</sheet>
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers" />
<field name="message_ids" widget="mail_thread" />
</div>
</form>
</field>
</record>