Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
4747 Ansichten

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?

Avatar
Verwerfen
Beste Antwort

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'],
Avatar
Verwerfen
Autor

thanks for your answer but if I switch between 2 stages that have the same state(in progress for example) no notification is throw.

Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Dez. 15
4438
2
Dez. 15
635
0
März 15
3747
3
Juni 24
1825
1
Juni 24
2889