
Scheduled Action Crontab Format
Extend cron job on odoo by implementing cron expression format.
┌───────────── minute (0 - 59) │ ┌───────────── hour (0 - 23) │ │ ┌───────────── day of the month (1 - 31) │ │ │ ┌───────────── month (1 - 12) │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday) │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ * * * * *
Highlights
- Advenced Schedule definition, e.g.:
At 22:00 on every day-of-week from Wednesday through Friday
At minute 23 past every 2nd hour from 0 through 20
Support standard cron expression format (crontab).
Integrated help.
Integrated nextruns display.
Screenshots
Select Schedule Type :

Next Execution date :

Integreted Help :

Usage
Open or edit existing Scheduled Action : Configuration->Technical->Scheduled Actions (in Debug mode)
Select ‘CRON expression’ in ‘Scheduler type’ field
Edit Cron Expression ( e.g. : ‘0 0 1 * * )
Save
Known issues / Roadmap
This module is not tested with Odoo Enterprise
- This module is compliant with standard CRON Expression, and have some limitations with no standard expression
e.g. Slash ‘/’ in In vixie-cron : work perfectly for minutes with /2, /3, /4, /5, /6, /10, /12, /15, /20 and /30
Changelog
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.
Need Any Help?
If you have anything to share with us based on your use of this module, or have a customizations request, please contact us at odoo.eggs@gmail.com. please let us know. We are ready to offer our support.

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