| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
CRM (crm)
• Discuss (mail) • Calendar (calendar) • Contacts (contacts) |
| Lines of code | 178 |
| Technical Name |
no_crm_close_date_cron |
| License | OPL-1 |
| Website | https://www.oudayet.com |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
CRM (crm)
• Discuss (mail) • Calendar (calendar) • Contacts (contacts) |
| Lines of code | 178 |
| Technical Name |
no_crm_close_date_cron |
| License | OPL-1 |
| Website | https://www.oudayet.com |
| Versions | 18.0 19.0 |
CRM Close-Date Accountability Cron
Make the forecast honest, one nudge at a time.
Daily cron · Per-opp opt-out · Bulk action · Auto-reset
Odoo 19 $29.99 · OPL-1 For Sales Ops 9 LanguagesThe "the forecast is stale again" problem
Sales reps set optimistic Expected Closing dates. The dates slip. The forecast in the CRM stays stale because nobody is automatically asked to update. This module emails each rep when their dates pass without action — and resets when they update.
Without this module
Sales manager opens the pipeline every Monday, filters by date_deadline, and personally emails reps. Reports run on a lying forecast.
With this module
Daily cron emails each salesperson when an opportunity's date_deadline has passed and it's still open. Rep advances, loses, or reschedules. Forecast self-cleans.
What you get
One scheduled action. Scans open opportunities with a date_deadline in the past and emails the assignee.
A per-opp dedup flag means the cron emails once per slip — not every day until the date is updated.
When the rep pushes Expected Closing to a future date, the flag silently resets. Next slip will fire a fresh alert.
"Close-Date Alerts Enabled" toggle silences a single opportunity without disabling the cron globally.
Probability 100% (Won) and 0% (Lost) opps are excluded — only legitimately open pipeline gets pinged.
Eight Python TransactionCase tests cover overdue, future-skipped, won/disabled skipped, dedup, reset, and bulk action.
See It In Action
Lives inside standard CRM — a per-opp opt-out, search filters, a bulk action, and an email alert.
Per-opp opt-out. The "Close-Date Alerts Enabled" toggle silences a single opportunity without touching the cron.
Spot the slips. "Close-date alert sent" and "Close-date alerts disabled" filters surface the relevant opportunities.
One-click send. Select opportunities, Action → Send CRM Close-Date Alert — a success toast confirms the count.
The alert. When the close date slips, the salesperson gets an email — logged on the opportunity's chatter.
Technical Details
| Module Version | 19.0.1.1.0 |
| Odoo Version | 19.0 Community + Enterprise |
| License | OPL-1 (paid, $29.99 USD) |
| Dependencies | crm, mail |
| Languages | EN, FR, ES, DE, NL, PT-BR, IT, ZH-CN, AR |
| Override point | crm.lead._cron_send_close_date_alerts() |
Available in 9 Languages
The alert email and form labels follow each user's own Odoo language setting — no extra setup.
Installation
1. Download from the Odoo App Store.
2. Extract to your Odoo addons directory.
3. Apps → Update Apps List → Install CRM Close-Date Accountability Cron.
4. The cron is active out of the box. Adjust cadence under Settings → Technical → Scheduled Actions.
Found a bug?
Reach out via the Odoo App Store contact form.
© Naim OUDAYET — oudayet.com — OPL-1 license
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module