mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
@@ -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)
|
||||
|
||||
@@ -9,3 +9,7 @@
|
||||
|
||||
* Pedro M. Baeza
|
||||
* Carlos Roca
|
||||
|
||||
* `Trey Kilobytes de Soluciones SL <https://www.trey.es>`__:
|
||||
|
||||
* Vicent Cubells
|
||||
|
||||
@@ -41,6 +41,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>
|
||||
|
||||
Reference in New Issue
Block a user