| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 377 |
| Technical Name |
cron_handler |
| License | OPL-1 |
| Website | https://www.attefehfalah.com |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 377 |
| Technical Name |
cron_handler |
| License | OPL-1 |
| Website | https://www.attefehfalah.com |
| Versions | 18.0 19.0 |
⏰ Cron Handler
Run scheduled actions at a specific time of day — 3 PM daily, every Monday, or the 1st of the month — instead of the fixed "every N hours/days" interval Odoo gives you.
✨ Key Features
- Schedule runs at a chosen hour of day — daily, weekly (pick the weekday), or monthly (pick the day of month)
- Multiple schedule lines per handler, each with its own frequency and time
- Link an existing Scheduled Action: it is automatically deactivated while the handler is active, so it stops running on its own interval and runs only at your chosen times — and is restored when you clear the link or deactivate the handler
- Or target any non-transient model + method directly
- Per-handler timezone so the hour means what you expect
- Company-aware configuration with duplicate-run protection within the same hour slot
- Dedicated security groups (User / Manager)
- Interface translated into 90+ languages
✅ Compatibility
- Odoo version: 19.0
- Editions: Community and Enterprise
- Hosting: Odoo.sh, On-Premise
📸 Screenshots
Find it under Settings → Technical → Cron Handlers
Define daily, weekly and monthly schedule lines for a linked Scheduled Action
A built-in dispatcher runs every hour and fires the handlers due at that time
🛠️ Usage
- Assign Cron Handler / Manager to administrators.
- Open Settings → Technical → Cron Handlers and create a handler.
- Either link an existing Scheduled Action, or set a Target Model and Method name, then choose a Timezone.
- Add schedule lines — frequency (daily / weekly / monthly) and hour of day (0–23).
- The hourly dispatcher then runs the handler exactly when due.
📦 Installation
- Copy the module to your Odoo addons directory
- Update the app list
- Install the module from the Apps menu
🧑💻 Maintainer
Developed by Attefeh Falah at Tech Stars SPC — For support or customization, contact attefehfalah@gmail.com or visit www.attefehfalah.com and www.techstarssolution.com.
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