Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

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

Subscriure's

Get notified when there's activity on this post

This question has been flagged
google_calendar
3 Respostes
6100 Vistes
Avatar
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
Avatar
Descartar
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

Avatar
Ayman Gabr
Autor Best Answer

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
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

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

Registrar-se
Related Posts Respostes Vistes Activitat
google calendar redirect uri
google_calendar
Avatar
Avatar
1
de juny 25
1095
Google Calendar Sync - Not syncing Location/Meeting URL
google_calendar
Avatar
0
d’ag. 24
2243
Odoo calendar does not sync to Google calendar but does it vice versa
google_calendar
Avatar
Avatar
Avatar
2
d’abr. 24
4901
[Odoo 15]Location visible in Google Agenda item
google_calendar
Avatar
0
de juny 22
2230
Sync Google Shared Calendar Only
google_calendar
Avatar
0
d’abr. 20
3738
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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