I’m trying to make it where when a tasks stage is set to “repaired” the timer stops. I have an automation rule that starts the timer when stage is set to in progress but I can’t seem to make stop work if anyone can help. I’m on odoo online.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
1
Reply
155
Views
Hi,
Activate Developer Mode
Create a New Automated Action
Model : Project Task
Trigger : On Update
Trigger Fields : stage_id
Filter Domain (optional, but clean):
[('stage_id.name', '=', 'Repaired')]
Action To Do : Execute Python Code
Python Code (best option):
if record.timer_start:
record.timer_stop()
i hope it is usefull
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
मई 20
|
4743 | ||
|
3
अप्रैल 16
|
17297 | ||
|
3
अग॰ 15
|
7968 | ||
|
3
मार्च 15
|
4838 | ||
Time condition in automation
Solved
|
|
1
अक्तू॰ 24
|
1204 |