Sometimes project.task throw a notification with subtype "Stage changed" but sometimes not? is this normal?
Where in workflow a change the stage throw a notification with "Stage changed" subtypes?
Sometimes project.task throw a notification with subtype "Stage changed" but sometimes not? is this normal?
Where in workflow a change the stage throw a notification with "Stage changed" subtypes?
Yes it is.
The notification "Stage changed" is only sent if the new state is not new, done or open.
Here is the related code snipped in the source code:
'stage_id': {
'project.mt_task_stage': lambda self, cr, uid, obj, ctx=None: obj['state'] not in ['new', 'done', 'open'],
thanks for your answer but if I switch between 2 stages that have the same state(in progress for example) no notification is throw.
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
1
déc. 15
|
6814 | |||
|
2
déc. 15
|
635 | |||
|
0
mars 15
|
5249 | |||
|
1
mars 26
|
873 | |||
|
3
juin 24
|
3117 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.