Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

How to fix ValueError year is out of range at Odoo 10 calendar?

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
google_calendar
3 Răspunsuri
6096 Vizualizări
Imagine profil
Ayman Gabr

sync google calendar with Odoo got this message when accessing the calendar or sales or the main setting 


Calendar page Error message


Traceback (most recent call last):
  File "/odoo10/odoo10-server/odoo/http.py", line 642, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/odoo10/odoo10-server/odoo/http.py", line 684, in dispatch
    result = self._call_function(**self.params)
  File "/odoo10/odoo10-server/odoo/http.py", line 334, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/odoo10/odoo10-server/odoo/service/model.py", line 101, in wrapper
    return f(dbname, *args, **kwargs)
  File "/odoo10/odoo10-server/odoo/http.py", line 327, in checked_call
    result = self.endpoint(*a, **kw)
  File "/odoo10/odoo10-server/odoo/http.py", line 942, in __call__
    return self.method(*args, **kw)
  File "/odoo10/odoo10-server/odoo/http.py", line 507, in response_wrap
    response = f(*args, **kw)
  File "/odoo10/odoo10-server/addons/web/controllers/main.py", line 837, in search_read
    return self.do_search_read(model, fields, offset, limit, domain, sort)
  File "/odoo10/odoo10-server/addons/web/controllers/main.py", line 859, in do_search_read
    offset=offset or 0, limit=limit or False, order=sort or False)
  File "/odoo10/odoo10-server/odoo/models.py", line 4737, in search_read
    records = self.search(domain or [], offset=offset, limit=limit, order=order)
  File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 1601, in search
    events = self.browse(events.get_recurrent_ids(args, order=order))
  File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 1032, in get_recurrent_ids
    rdates = meeting._get_recurrent_dates_by_event()
  File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 528, in _get_recurrent_dates_by_event
    start_dates = self._get_recurrent_date_by_event(date_field='start')
  File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 570, in _get_recurrent_date_by_event
    return [d.astimezone(pytz.UTC) if d.tzinfo else d for d in rset1]
  File "/usr/lib/python2.7/dist-packages/dateutil/rrule.py", line 1164, in _iter
    advance_iterator(ritem)
  File "/usr/lib/python2.7/dist-packages/dateutil/rrule.py", line 1091, in __next__
    self.dt = advance_iterator(self.gen)
  File "/usr/lib/python2.7/dist-packages/dateutil/rrule.py", line 649, in _iter
    date = datetime.date.fromordinal(ii.yearordinal+i)
ValueError: year is out of range



Sales page error message (NB: the page not loaded)


Traceback (most recent call last):
  File "/odoo10/odoo10-server/odoo/http.py", line 642, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/odoo10/odoo10-server/odoo/http.py", line 684, in dispatch
    result = self._call_function(**self.params)
  File "/odoo10/odoo10-server/odoo/http.py", line 334, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/odoo10/odoo10-server/odoo/service/model.py", line 101, in wrapper
    return f(dbname, *args, **kwargs)
  File "/odoo10/odoo10-server/odoo/http.py", line 327, in checked_call
    result = self.endpoint(*a, **kw)
  File "/odoo10/odoo10-server/odoo/http.py", line 942, in __call__
    return self.method(*args, **kw)
  File "/odoo10/odoo10-server/odoo/http.py", line 507, in response_wrap
    response = f(*args, **kw)
  File "/odoo10/odoo10-server/addons/web/controllers/main.py", line 895, in call_kw
    return self._call_kw(model, method, args, kwargs)
  File "/odoo10/odoo10-server/addons/web/controllers/main.py", line 887, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/odoo10/odoo10-server/odoo/api.py", line 687, in call_kw
    return call_kw_model(method, model, args, kwargs)
  File "/odoo10/odoo10-server/odoo/api.py", line 672, in call_kw_model
    result = method(recs, *args, **kwargs)
  File "/odoo10/odoo10-server/addons/sale_crm/models/crm_lead.py", line 32, in retrieve_sales_dashboard
    res = super(CrmLead, self).retrieve_sales_dashboard()
  File "/odoo10/odoo10-server/addons/crm/models/crm_lead.py", line 1003, in retrieve_sales_dashboard
    meetings = self.env['calendar.event'].search(meetings_domain)
  File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 1601, in search
    events = self.browse(events.get_recurrent_ids(args, order=order))
  File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 1032, in get_recurrent_ids
    rdates = meeting._get_recurrent_dates_by_event()
  File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 528, in _get_recurrent_dates_by_event
    start_dates = self._get_recurrent_date_by_event(date_field='start')
  File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 570, in _get_recurrent_date_by_event
    return [d.astimezone(pytz.UTC) if d.tzinfo else d for d in rset1]
  File "/usr/lib/python2.7/dist-packages/dateutil/rrule.py", line 1164, in _iter
    advance_iterator(ritem)
  File "/usr/lib/python2.7/dist-packages/dateutil/rrule.py", line 1091, in __next__
    self.dt = advance_iterator(self.gen)
  File "/usr/lib/python2.7/dist-packages/dateutil/rrule.py", line 649, in _iter
    date = datetime.date.fromordinal(ii.yearordinal+i)
ValueError: year is out of range


even we tried to re sync the calendar, but it's same


 

0
Imagine profil
Abandonează
MUHAMMAD Imran

May I see Your Code so that I can help you in better way. Please

Ayman Gabr
Autor

it's the default app, we didn't developed any custom app

btw the issue displayed to the user if he displaying the February month and after, but if he view the months before February , it's working fine

here is also the message if the user trying to sync the google calendar

Traceback (most recent call last):

File "/odoo10/odoo10-server/odoo/http.py", line 642, in _handle_exception

return super(JsonRequest, self)._handle_exception(exception)

File "/odoo10/odoo10-server/odoo/http.py", line 684, in dispatch

result = self._call_function(**self.params)

File "/odoo10/odoo10-server/odoo/http.py", line 334, in _call_function

return checked_call(self.db, *args, **kwargs)

File "/odoo10/odoo10-server/odoo/service/model.py", line 101, in wrapper

return f(dbname, *args, **kwargs)

File "/odoo10/odoo10-server/odoo/http.py", line 327, in checked_call

result = self.endpoint(*a, **kw)

File "/odoo10/odoo10-server/odoo/http.py", line 942, in __call__

return self.method(*args, **kw)

File "/odoo10/odoo10-server/odoo/http.py", line 507, in response_wrap

response = f(*args, **kw)

File "/odoo10/odoo10-server/addons/google_calendar/controllers/main.py", line 43, in sync_data

return GoogleCal.with_context(context).synchronize_events()

File "/odoo10/odoo10-server/addons/google_calendar/models/google_calendar.py", line 590, in synchronize_events

new_ids += recs.create_new_events()

File "/odoo10/odoo10-server/addons/google_calendar/models/google_calendar.py", line 627, in create_new_events

att.event_id.write({'oe_update_date': update_date})

File "/odoo10/odoo10-server/addons/google_calendar/models/calendar.py", line 25, in write

return super(Meeting, self).write(values)

File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 1431, in write

self.env['calendar.alarm_manager'].notify_next_alarm(partners_to_notify)

File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 430, in notify_next_alarm

notif = self.sudo(user.id).get_next_notif()

File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 380, in get_next_notif

for one_date in meeting._get_recurrent_date_by_event():

File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 570, in _get_recurrent_date_by_event

return [d.astimezone(pytz.UTC) if d.tzinfo else d for d in rset1]

File "/usr/lib/python2.7/dist-packages/dateutil/rrule.py", line 1164, in _iter

advance_iterator(ritem)

File "/usr/lib/python2.7/dist-packages/dateutil/rrule.py", line 1091, in __next__

self.dt = advance_iterator(self.gen)

File "/usr/lib/python2.7/dist-packages/dateutil/rrule.py", line 649, in _iter

date = datetime.date.fromordinal(ii.yearordinal+i)

ValueError: year is out of range

Appreciate your Supporting

Imagine profil
Ayman Gabr
Autor Cel mai bun răspuns

it's the default app, we didn't developed any custom app

btw the issue displayed to the user if he displaying the February month and after, but if he view the months before February , it's working fine

here is also the message if the user trying to sync the google calendar

Traceback (most recent call last):
  File "/odoo10/odoo10-server/odoo/http.py", line 642, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/odoo10/odoo10-server/odoo/http.py", line 684, in dispatch
    result = self._call_function(**self.params)
  File "/odoo10/odoo10-server/odoo/http.py", line 334, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/odoo10/odoo10-server/odoo/service/model.py", line 101, in wrapper
    return f(dbname, *args, **kwargs)
  File "/odoo10/odoo10-server/odoo/http.py", line 327, in checked_call
    result = self.endpoint(*a, **kw)
  File "/odoo10/odoo10-server/odoo/http.py", line 942, in __call__
    return self.method(*args, **kw)
  File "/odoo10/odoo10-server/odoo/http.py", line 507, in response_wrap
    response = f(*args, **kw)
  File "/odoo10/odoo10-server/addons/google_calendar/controllers/main.py", line 43, in sync_data
    return GoogleCal.with_context(context).synchronize_events()
  File "/odoo10/odoo10-server/addons/google_calendar/models/google_calendar.py", line 590, in synchronize_events
    new_ids += recs.create_new_events()
  File "/odoo10/odoo10-server/addons/google_calendar/models/google_calendar.py", line 627, in create_new_events
    att.event_id.write({'oe_update_date': update_date})
  File "/odoo10/odoo10-server/addons/google_calendar/models/calendar.py", line 25, in write
    return super(Meeting, self).write(values)
  File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 1431, in write
    self.env['calendar.alarm_manager'].notify_next_alarm(partners_to_notify)
  File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 430, in notify_next_alarm
    notif = self.sudo(user.id).get_next_notif()
  File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 380, in get_next_notif
    for one_date in meeting._get_recurrent_date_by_event():
  File "/odoo10/odoo10-server/addons/calendar/models/calendar.py", line 570, in _get_recurrent_date_by_event
    return [d.astimezone(pytz.UTC) if d.tzinfo else d for d in rset1]
  File "/usr/lib/python2.7/dist-packages/dateutil/rrule.py", line 1164, in _iter
    advance_iterator(ritem)
  File "/usr/lib/python2.7/dist-packages/dateutil/rrule.py", line 1091, in __next__
    self.dt = advance_iterator(self.gen)
  File "/usr/lib/python2.7/dist-packages/dateutil/rrule.py", line 649, in _iter
    date = datetime.date.fromordinal(ii.yearordinal+i)
ValueError: year is out of range


Appreciate your Supporting

0
Imagine profil
Abandonează
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
google calendar redirect uri
google_calendar
Imagine profil
Imagine profil
1
iun. 25
1092
Google Calendar Sync - Not syncing Location/Meeting URL
google_calendar
Imagine profil
0
aug. 24
2237
Odoo calendar does not sync to Google calendar but does it vice versa
google_calendar
Imagine profil
Imagine profil
Imagine profil
2
apr. 24
4897
[Odoo 15]Location visible in Google Agenda item
google_calendar
Imagine profil
0
iun. 22
2229
Sync Google Shared Calendar Only
google_calendar
Imagine profil
0
apr. 20
3738
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now