How to subtract two dates in an Automated Action ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Бухгалтерия
- Склад
- PoS
- Project
- MRP
Этот вопрос был отмечен
Here is an automated action that calculated the number of days between twos dates. As the datetime module is available everywhere, it's possible to use it in the automated action. Here is the python expression you can copy/past that return an integer.
(record.x_studio_end_date - record.x_studio_start_date).days
Result:
The 'Number of days' is calculated automatically with the Automated Action
The automated action :
We have been looking for that, thank you very much
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
РегистрацияRelated Posts | Ответы | Просмотры | Активность | |
---|---|---|---|---|
|
1
февр. 23
|
2956 | ||
|
1
февр. 24
|
3072 | ||
|
1
окт. 24
|
1566 | ||
|
2
окт. 24
|
2824 | ||
|
2
окт. 24
|
2919 |