Hello;
Please, who knows how to compare to fields datetime in odoo v8.
Thanks a lot in advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello;
Please, who knows how to compare to fields datetime in odoo v8.
Thanks a lot in advance
Follow this Link https://docs.python.org/2/library/datetime.html and read the python datetime doc
Thanks a lot for the link
Dear Drees Far,
I think this example may be use full
>>> from datetime import datetime
>>> past = datetime.now()
>>> present = datetime.now()
>>> past < present
True
>>> datetime(2012, 1, 1) > present
False
>>> present - datetime(2000, 4, 4)
datetime.timedelta(4242, 75703, 762105)
Regards,
Ankit H Gandhi
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Ol| İlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
|---|---|---|---|---|
|
0
Mar 25
|
1997 | |||
|
0
Oca 25
|
4251 | |||
|
1
Ağu 23
|
15878 | |||
|
change password
Çözüldü
|
1
Ağu 23
|
14416 | ||
|
1
Tem 23
|
11759 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.