Skip to Content
Odoo Menu
  • Prisijungti
  • Išbandykite nemokamai
  • Programėlės
    Finansai
    • Apskaita
    • Pateikimas apmokėjimui
    • Sąnaudos
    • Skaičiuoklė (BI)
    • Dokumentai
    • Pasirašymas
    Pardavimai
    • CRM
    • Pardavimai
    • Kasų sistema - Parduotuvė
    • Kasų sistema - Restoranas
    • Prenumeratos
    • Nuoma
    Svetainės
    • Svetainių kūrėjimo įrankis
    • El. Prekyba
    • Internetinis Tinklaraštis
    • Forumas
    • Tiesioginis pokalbis
    • eMokymasis
    Tiekimo grandinė
    • Atsarga
    • Gamyba
    • PLM
    • Įsigijimai
    • Priežiūra
    • Kokybė
    Žmogaus ištekliai
    • Darbuotojai
    • Įdarbinimas
    • Atostogos
    • Įvertinimai
    • Rekomendacijos
    • Transporto priemonės
    Rinkodara
    • Socialinė rinkodara
    • Rinkodara el. paštu
    • SMS rinkodara
    • Renginiai
    • Rinkodaros automatizavimas
    • Apklausos
    Paslaugos
    • Projektas
    • Darbo laiko žiniaraščiai
    • Priežiūros tarnyba
    • Pagalbos tarnyba
    • Planavimas
    • Rezervacijos
    Produktyvumas
    • Diskucija
    • Patvirtinimai
    • IoT
    • VoIP
    • Žinių biblioteka
    • WhatsApp
    Trečiųjų šalių programos Odoo Studija Odoo debesijos platforma
  • Pramonės šakos
    Mažmeninė prekyba
    • Knygynas
    • Drabužių parduotuvė
    • Baldų parduotuvė
    • Maisto prekių parduotuvė
    • Techninės įrangos parduotuvė
    • Žaislų parduotuvė
    Food & Hospitality
    • Barai ir pub'ai
    • Restoranas
    • Greitasis maistas
    • Guest House
    • Gėrimų platintojas
    • Hotel
    Nekilnojamasis turtas
    • Real Estate Agency
    • Architektūros įmonė
    • Konstrukcija
    • Estate Managament
    • Sodininkauti
    • Turto savininkų asociacija
    Konsultavimas
    • Accounting Firm
    • Odoo Partneris
    • Marketing Agency
    • Teisinė firma
    • Talentų paieška
    • Auditai & sertifikavimas
    Gamyba
    • Textile
    • Metal
    • Furnitures
    • Maistas
    • Brewery
    • Įmonių dovanos
    Sveikata & Fitnesas
    • Sporto klubas
    • Akinių parduotuvė
    • Fitneso Centras
    • Sveikatos praktikai
    • Vaistinė
    • Kirpėjas
    Trades
    • Handyman
    • IT įranga ir palaikymas
    • Saulės energijos sistemos
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Kiti
    • Nonprofit Organization
    • Aplinkos agentūra
    • Reklaminių stendų nuoma
    • Fotografavimas
    • Dviračių nuoma
    • Programinės įrangos perpardavėjas
    Browse all Industries
  • Bendrija
    Mokykitės
    • Mokomosios medžiagos
    • Dokumentacija
    • Sertifikatai
    • Mokymai
    • Internetinis Tinklaraštis
    • Tinklalaidės
    Skatinkite švietinimą
    • Švietimo programa
    • Scale Up! Verslo žaidimas
    • Aplankykite Odoo
    Gaukite programinę įrangą
    • Atsisiųsti
    • Palyginkite versijas
    • Leidimai
    Bendradarbiauti
    • Github
    • Forumas
    • Renginiai
    • Vertimai
    • Tapkite partneriu
    • Services for Partners
    • Registruokite jūsų apskaitos įmonę
    Gaukite paslaugas
    • Susiraskite partnerį
    • Susirask buhalterį
    • Susitikti su konsultantu
    • Diegimo paslaugos
    • Klientų rekomendavimas
    • Palaikymas
    • Atnaujinimai
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Gaukite demo
  • Kainodara
  • Pagalba

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

  • CRM
  • e-Commerce
  • Apskaita
  • Atsarga
  • PoS
  • Projektas
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
Pagalba

✅ Events feature request : "Every other" recurrence pattern

Prenumeruoti

Get notified when there's activity on this post

This question has been flagged
upgraderequesteventsFeaturefeature request
1629 Rodiniai
Portretas
Nicolas LAURENT

I'd like to have a new recurrence pattern added in Odoo Events module.

I hope this can be included in a future update.

Below is how Deepseek would do it.

___________________________

In Odoo, creating an "every other" recurrence pattern (e.g., every other Tuesday) for events isn’t natively supported in the standard Events module. However, you can achieve this with custom development or workarounds. Here’s how:

1. Native Recurrence Limitations

Odoo’s built-in recurrence options (in Website > Events) only allow:

  • Daily/Weekly/Monthly/Yearly intervals (e.g., "Every Tuesday").
  • Fixed intervals (e.g., "Every 1 week"), but not "every 2 weeks" directly.

2. Workarounds to Create "Every Other" Events

Option 1: Manual Workaround (No Coding)

  1. Create the First Event:
    • Go to Website > Events > Create and set the initial date (e.g., Tuesday, June 4).
  2. Duplicate and Adjust Dates:
    • Click Duplicate, then manually change the date to 2 weeks later (e.g., Tuesday, June 18).
    • Repeat for future dates.

Option 2: Custom Recurrence with Python (Developer Needed)

  1. Create a Custom Field:
    • Add a field like recurrence_interval (e.g., 2 for "every 2 weeks") to the event.event model.
  2. Scheduled Action to Generate Events:
    • Go to Settings > Technical > Automation > Scheduled Actions.
    • Create a Python script to generate events every X weeks:
      python
      Copy
      from datetime import timedelta
      from odoo import models, fields
      
      class Event(models.Model):
          _inherit = 'event.event'
      
          def generate_recurring_events(self):
              events = self.search([('recurrence_interval', '>', 1)])
              for event in events:
                  next_date = fields.Datetime.to_datetime(event.date_begin) + timedelta(weeks=event.recurrence_interval)
                  event.copy({'date_begin': next_date})

Option 3: Use External Calendar + Sync

  • Google Calendar:
    1. Create a recurring event in Google Calendar (supports "every 2 weeks").
    2. Sync with Odoo via the Calendar module or API.

3. Example: "Every Other Tuesday" Setup

  1. Custom Field:
    • Add recurrence_interval = fields.Integer(default=2) to the event.event model.
  2. Automated Logic:
    • When an event is created with recurrence_interval=2, the scheduled action copies it every 2 weeks.

4. Alternative for Advanced Users

  • Odoo Studio (Custom Edition):
    • Use Studio to create a custom recurrence rule (limited flexibility).
  • Third-Party Modules:
    • Explore apps like "Advanced Event Recurrence" on the Odoo App Store (may require payment).

5. Key Considerations

  • Native Support: Odoo’s default recurrence is simple (e.g., "every week"). Complex patterns require customization.
  • Time Zones: Ensure dates are generated in the user’s timezone.
  • Performance: For large-scale events, test automated scripts for efficiency.

Conclusion

To set up "every other [day/week/month]" in Odoo:

  • Basic Needs: Manually duplicate events and adjust dates.
  • Advanced Needs: Hire a developer to create a custom recurrence script or use external tools like Google Calendar.

If you need a no-code solution, explore Odoo Studio or third-party modules. For precise control, custom development is the best route.

0
Portretas
Atmesti
Enjoying the discussion? Don't just read, join in!

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

Registracija
Related Posts Replies Rodiniai Veikla
✅ eLearning feature request : Revoke course access when subscription is closed or canceled
subscription upgrade request eLearning feature request
Portretas
0
kov. 25
1516
Event Coupon Subscription feature request: How to set up a subscription product to issue a fixed number of time-limited coupons that expire with the subscription and cannot be rolled over?
subscription events coupons feature request
Portretas
Portretas
1
kov. 25
1512
FileNotFoundError after v17 to v18 upgrade
upgrade
Portretas
Portretas
1
rugs. 25
1330
Upgrade v18->v19 on-premise
upgrade
Portretas
Portretas
Portretas
2
rugs. 25
4979
How to Automatically Send Google Meet Links to Participants in Odoo's Event App?
events
Portretas
Portretas
Portretas
2
bal. 25
3291
Bendrija
  • Mokomosios medžiagos
  • Dokumentacija
  • Forumas
Atvirasis kodas
  • Atsisiųsti
  • Github
  • Runbot
  • Vertimai
Paslaugos
  • Odoo.sh talpinimas
  • Palaikymas
  • Atnaujinti
  • Pritaikytas programavimo kūrimas
  • Švietimas
  • Susirask buhalterį
  • Susiraskite partnerį
  • Tapkite partneriu
Apie mus
  • Mūsų įmonė
  • Prekės ženklo turtas
  • Susisiekite su mumis
  • Darbo pasiūlymai
  • Renginiai
  • Tinklalaidės
  • Internetinis Tinklaraštis
  • Klientai
  • Teisinis • Privatumas
  • Saugumas
الْعَرَبيّة 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 yra atvirojo kodo verslo programų rinkinys, kuris apima visas įmonės poreikius: CRM, El. Prekybą, Apskaitą, Atsargų, Kasų sistemą, Projektų valdymą ir kt.

Unikali Odoo vertės pasiūla – būti tuo pačiu metu labai lengvai naudojama ir visiškai integruota sistema.

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