[IMP]project_assignees:notify assignees
This commit is contained in:
@@ -5,5 +5,5 @@ from odoo import models, fields
|
||||
class Task(models.Model):
|
||||
_inherit = "project.task"
|
||||
|
||||
assignee_ids = fields.Many2many('res.users', 'assignee_ids_rel', string='Assignees')
|
||||
assignee_ids = fields.Many2many('res.users', 'assignee_ids_rel', string='Assignees', tracking=True)
|
||||
|
||||
|
Reference in New Issue
Block a user