Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
4108 Vizualizări

Hello, i use Odoo Online, so i can't create custom module here, but i want to compute a date fields here. The problem here, is that i can't import relativedelta from dateutil.relativedelta.


How can i do please ?

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

You can do as follow:

new_date = datetime.date.today() + dateutil.relativedelta.relativedelta(days=1)

Thanks

Imagine profil
Abandonează
Autor

Hello, thank you for your answer, it helped a lot !

Cel mai bun răspuns

Hi, a need to add a duration to a start_date to compute the end date of a leasing contract in my DB ... And i'm losing my head ;-))

So When you indicate "new_date = datetime.date.today() + dateutil\.relativedelta\.relativedelta\(days=1\)", do\ you\ means\ with\ automated\ action\ \? 


I'm\ trying\ to\ do\ the\ same\ in\ computed\ field,\ but\ it\ is\ not\ working\ \.\.\.

for\ record\ in\ self:
\ \ x_studio_fin_start\ =\ fields\.Datetime\.from_string\(self\.x_studio_fin_start\)
\ \ record\['x_studio_fin_stop'\]\ =\ record\.x_studio_fin_start\ \+\ record.dateutil.relativedelta(months=x_studio_dure_mois)

Could you please help me ?

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
1
iul. 23
2267
1
apr. 23
7617
1
oct. 21
3413
1
iun. 21
2658
1
feb. 21
10144