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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
How to programmatically send a message with Odoo 8.0
Diselesaikan
|
|
1
Des 15
|
4247 | |
|
2
Des 15
|
635 | ||
|
0
Mar 15
|
3564 | ||
|
3
Jun 24
|
1677 | ||
|
1
Jun 24
|
2611 |