hi,
i need to know how to add 55 years for current date time in odoo.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
Try this,
from datetime import datetime, timedelta date_55_year_after =datetime.now()+timedelta(months=660)
Like the months used above you can give days and year.
NB : 660 = 12 months * 55 years
Thanks
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
3
mar. 24
|
5276 | |||
|
0
ago. 18
|
7839 | |||
|
2
ago. 25
|
3433 | |||
|
3
fev. 25
|
4860 | |||
|
0
mai. 24
|
46 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.