In Short
Reminder Designer and Periodic Reporting is an Odoo 19 Extra Tools app. The tool to design, generate, and periodically send reports and reminders. Report designer. List generator. Auto reminders.
Turn any Odoo model into an automatic, scheduled report or reminder. Pick the records with relative date periods and filters, choose the columns, and let Odoo email a tidy list — in the mail body, as an Excel file, or as a PDF — to any recipient, on the exact schedule you set. No code, no manual exports.
Perfect for
Managers
Receive periodic statistics — closed leads, sales, deliveries — straight to the inbox, grouped and totalled.
Teams
Get a daily to-do of overdue activities, tasks, or shipments — with direct links back to each Odoo record.
Customers & suppliers
Send external partners a recurring, filtered update — their tasks, orders, or invoices — as Excel or PDF.
Ready to evaluate?
Start with a free demo request or purchase in the Odoo Apps Store.
Free personalized demo. No phone number or credit card required. Free life-time updates and expert support within the major Odoo version.
Why teams choose it
Key benefits before you dive into the details
Any Odoo model
Build reports for any document type — sale and purchase orders, leads, tasks, activities, transfers, MRP, even custom models.
Relative periods
Keep data topical: filter by any date or datetime field for the last or next days, weeks, months, or years — always relative to today.
Powerful filters
A full domain constructor with AND/OR, deep related fields, plus quick filters by a chosen partner or responsible user.
Your columns
Pick unlimited columns — including related and computed fields — rename them, group rows, sort, and total with sum or average.
Three formats
Deliver the list inside the email body, as an Excel (xlsx) file, as a PDF, or any combination — with optional record links and a greeting.
Any schedule & recipient
Send daily, weekly, monthly, or yearly to any recipient — internal users, portal users, customers, suppliers, or mail channels.
Odoo Store feedback
What customers say about the app
Great and very useful app
First of all, the team behind this app is great, support is immediate, and response is fast. The application is very useful in managing any type of notification to keep you updated with all what's happening within your company.
Amro Khamis
Ready to evaluate?
Start with a free demo request or purchase in the Odoo Apps Store.
Free personalized demo. No phone number or credit card required. Free life-time updates and expert support within the major Odoo version.
Target exactly the right records
Relative time periods
- Limit the report to any stored date or datetime field — deadline, create date, close date, next activity date — counted in days, weeks, months, or years.
- Periods are relative to today: 'this month', 'the last year', 'the next 5 weeks' — so the report always stays current.
- Combine several periods: records must satisfy each criterion, but repeating the same date field means any of its ranges applies (e.g. deadline in the last 2 months OR the next month).
- Include or exclude the current period — perfect for sending a month's summary on its first or last day.
- A live preview shows the exact dates the reminder would cover if sent today. Records without the related date set stay out of every period.
Filter by any detail
- A standard domain constructor lets you use almost any stored field at any depth — e.g. filter sales orders by the country of a related partner's company.
- Mix 'all' (AND) and 'any' (OR) operators to get exactly the set you need.
- Press Records at any time to preview every document that currently matches — and that you have access to.
- Add dedicated filter by partner or filter by responsible user to instantly scope a report to one customer, vendor, or salesperson.
- In developer mode you can enter advanced expressions such as 'category is child_of'. Always double-check filters before sending confidential data to external contacts.
Design how the report looks and travels
Columns, grouping & totals
- Add an unlimited number of columns of any type — char, text, html, integer, float, selection, boolean, date, datetime, relations, and even computed fields.
- Drill one level into relations — show a customer's phone on a sales order list or a tag's color on tasks.
- Rename any column; the field label is used by default.
- Group rows (e.g. by city, salesperson, customer) and sort by any stored field.
- Add sum or average totals for numeric columns (integer, float, monetary).
Delivery format & tone
- Show the list right in the mail body, attach an Excel (xlsx) table, attach a PDF version, or any mix of the three.
- Prefer files only? Drop the in-body table and send just the attachments.
- Include or hide links to the Odoo records — handy internally, best hidden for external recipients.
- Add a custom greeting/introduction edited in the standard Odoo HTML editor.
- Set the report language for correct translations and a custom From address shown to recipients.
Ready to evaluate?
Start with a free demo request or purchase in the Odoo Apps Store.
Free personalized demo. No phone number or credit card required. Free life-time updates and expert support within the major Odoo version.
Send it on the schedule that fits your calendar
Daily & weekly
- By days — every day, every 5 days, every 181 days, whatever interval you set.
- By weeks — send on chosen weekdays (e.g. Mondays and Thursdays), every week or every 2, 3, 7… weeks.
Monthly & yearly
- By months — on the first or last day, on an exact date (e.g. the 16th), or on a chosen weekday (first Monday, last Friday, third Tuesday…).
- By years — on an exact yearly date, e.g. every 1st of September.
- If an exact date doesn't exist that month, the last day is used automatically (31/09 → 30/09).
Recipients and ready-made use cases
Any recipient, any goal
Add any partner as a follower to receive the report — internal or portal users, customers, suppliers, and even Odoo mail channels. Typical goals: periodic statistics for managers, to-do lists for teams, plans for upcoming events, and status updates for customers or suppliers. Anyone in the List Reminder Manager group (or Only Own, limited by responsible) can build and run reminders — grant it only to trusted users, since a report can share records they might not normally open.
Pipeline results
Goal: last month's closed leads for a team manager. Model = Lead/Opportunity; period = Closed Date in the last month; filter = Sales Team contains 'Europe'; columns = name, salesperson name & phone, tags, expected revenue (average total); recipient = the team manager; schedule = first Monday each month. The same pattern fits sale orders, deliveries, purchase orders, or MRP operations.
Daily to-do list
Goal: activities due today or earlier for one user. Model = Activity; period = Due Date in the last 10000 days including this; filter = Assigned to contains the user; columns = name, category, due date, note; recipient = that user; schedule = every day. Duplicate and swap the user to roll it out to the whole team — also great for tasks, opportunities, or planned shipments.
Planned events
Goal: events coming up soon for a department head. Model = Event; period = Start Date this week or the next 3 weeks; columns = event name, location, start & end date; recipient = the department head; schedule = Mondays. Works equally well for activities, tasks, leads, deliveries, or incoming shipments.
Customer project statistics
Goal: notify a customer about their project tasks. Period = Create Date in the last year; filter = Customer (or its parent) is 'Agrolait'; columns = name, deadline, description, last stage update, stage; recipient = the customer's managing partner; schedule = 10th of January each year. The same idea covers support tickets, paid invoices, or completed sale orders.
Ready to evaluate?
Start with a free demo request or purchase in the Odoo Apps Store.
Free personalized demo. No phone number or credit card required. Free life-time updates and expert support within the major Odoo version.
Configuration and Installation Tips for Reminder Designer and Periodic Reporting Odoo v.19
Python dependency
To provide the feature of dynamic Excel table generation, install the Python library xlsxwriter:
pip3 install xlsxwriter
Email template
The basic reminder appearance should not be updated through Odoo email templates. In the debug mode go to:
- Settings > Users Interface > Views > 'total_notify_template'
Do not change this template! Otherwise, its styles would be broken, and you would receive blank emails.
Have you broken everything? Not a problem, remove this template and update the module. The email appearance would be recovered.
Scheduled job (cron)
By default, Odoo checks whether any reminder should be sent on a daily basis. You can change the frequency or time of the check. In the debug mode go to
- Settings > Technical > Automation > Scheduled Actions > '[Periodic Reporting and Reminders] Prepare and Send Reminders'
The situation for a higher frequency is when you have many reminders with a lot of records to search. In that case, the cron job might be not ready with all actions in time, and it is better to repeat the check. However, be cautious: do not make it too frequent. Otherwise, one job would not be fulfilled until another one, and Odoo would collapse until a reminder is sent.
The cron job interval should be bigger than your Odoo configured timeout. Sometimes it is required to increase a timeout if the number of documents in a list accounts for a few thousand records.
The module is not aimed to export data from Odoo. Do not try to send every day your whole database.
Odoo demonstration databases (live previews)
For this app, we might provide a free personalized demo database.
You do not need a phone number or credit card to contact us. You should only pass a short email sign-up, which does not take more than 30 seconds.
By your request, we will prepare an individual live preview database, where you can apply any tests and check assumptions for about two weeks.
Bug reporting
If you encounter bugs or inconsistent behavior, do not hesitate to contact us. We guarantee to provide fixes within 60 days of purchase and are intensely interested in improving our tools even after this period.
You do not need a phone number or credit card to contact us. You should only pass a short email sign-up, which does not take more than 30 seconds.
Please include as many details as possible in your request: screenshots, Odoo server logs, a full description of how to reproduce your problem, and so on. Usually, it takes a few business days to prepare a working plan for an issue (if a bug is confirmed) or provide you with guidelines on what should be done (otherwise).
Public features requests and module ideas (free development)
We are strongly motivated to improve our tools and would be grateful for any feedback. If your requirements are of public use and might be efficiently implemented, the team will include those in our to-do list.
Such a to-do list is processed regularly and does not assume extra fees. Although we cannot promise deadlines and final design, it might be a good way to get desired features without investments and risks.
You do not need a phone number or credit card to contact us. You should only pass a short email sign-up, which does not take more than 30 seconds.
19.0.1.3.8
- The app is published to version 19.
18.0.1.3.8
- The issue with displaying date fields has been fixed.
18.0.1.3.7
- The app is adapted to the new domain logic to support dynamic parts.
18.0.1.3.6
- The feature to select a reminder timezone has been added.
- The issue with processing multiple reminders simultaneously has been fixed.
18.0.1.3.5
- The domain now supports Python libraries' use, including datetime ('date', 'datetime', 'time', 'timedelta', 'timezone', 'tzinfo', 'MAXYEAR', 'MINYEAR'), time ('time', 'strptime', 'strftime'). Also, context_today (short for datetime.now) and relativedelta might be applied.
18.0.1.3.4
- The archived ribbon for inactive records is added to the form view of reminders.
18.0.1.3.3
- The app is published to version 18.
The tool to flexibly structure Odoo attachments in folders and synchronize directories with cloud clients: Google Drive, OneDrive/SharePoint, Nextcloud/ownCloud, Dropbox, Amazon S3, Box, and NAS. DMS. File Manager. Document management system
398€The tool to build a deep and structured knowledge base for internal and external use. Knowledge System. KMS. Wiki-like revisions.
398€The tool to automatically synchronize Odoo attachments with OneDrive files in both ways
487€The tool to manage your Odoo from your favorite AI chats through MCP. Claude. Any MCP-supporting AI.
198€The tool to set up KPI targets and control their fulfillment by periods. KPI dashboards. Dashboard designer. KPI charts
198€The tool for time-based service management from booking appointments to sales and reviews
398€