Activity Snooze
Postpone any activity in one click — no dialog.
Three inline buttons · +1 day · +1 week · Next Monday
Odoo 19 $9.99 · OPL-1 For Everyone 9 LanguagesStop opening the activity dialog just to nudge a date.
Pushing an activity by a day in stock Odoo is four clicks: open, edit deadline, save, close. Multiply by ten activities a morning and the friction adds up. Activity Snooze cuts every postpone to a single click, in place.
Without this module
Click the activity → click Edit → open the date picker → pick the new date → click Save → close the dialog. Repeat for every overdue activity in your day.
With this module
Click +1d, +1w, or Mon. Done. Deadline updates in place. Chatter logs the shift. Stay on the record.
What it does
Push the deadline forward by exactly one day. Anchored on the later of the current deadline or today — chaining never time-travels backwards.
Push the deadline forward by seven days. The "I'll get to it next week" button.
Jump to the start of the next work week. If today is already Monday, jumps a full week — never zero days.
Buttons sit next to "Mark Done", "Edit", and "Cancel" on every activity widget. One click, deadline shifts, you stay on the record.
Every snooze posts a short message on the related document's chatter: "Activity X snoozed: old → new". Audit trail intact.
Works on every form view that depends on mail — sales, invoices, leads, projects, tasks, custom models, anything.
How it works
The module patches the OWL Activity component (@mail/core/web/activity) to add three click handlers, and inherits the mail.Activity QWeb template to inject three small buttons next to the existing action group. A single public method action_snooze on mail.activity shifts date_deadline server-side, anchored on max(deadline, today) so chaining behaves intuitively, then posts a note on the related document's chatter.
See it in action
One real sales order, three steps — the standard Odoo way to move a deadline, the buttons Activity Snooze adds, and the one-click result logged on the chatter.
1. The standard Odoo way. To push a 2-days-overdue activity you open it, click Edit, and change the due date in a modal — the same multi-step trip, every single time.
2. What Activity Snooze adds. Three one-click buttons on the same activity — +1d, +1w, and Mon (next Monday). No modal, no date picker, no Save.
3. One click, done & logged. Hit +1w and the deadline jumps a week — and the chatter records it: “Send signed quotation snoozed: old deadline → new deadline.” Your audit trail stays intact.
Available in 9 Languages
The snooze buttons speak your team's language. Each user sees the labels and tooltips in their own Odoo language setting — no extra setup.
Technical Details
| Odoo Version | 19.0 Community + Enterprise |
| License | OPL-1 |
| Price | $9.99 |
| Dependencies | mail only |
| Languages | EN, FR, ES, DE, NL, PT-BR, IT, ZH-CN, AR |
| Backend method | mail.activity.action_snooze |
| Frontend hook | OWL patch on Activity + QWeb inherit on mail.Activity |
Installation
1. Buy and download from the Odoo App Store.
2. Extract to your Odoo addons directory.
3. Apps → Update Apps List → search "Activity Snooze" → Install.
4. Open any record with an activity, click +1d, +1w, or Mon.
Found a bug?
Reach out via the Odoo App Store contact form.
Activity Snooze — $9.99 USD, Odoo 19
© Naim OUDAYET — oudayet.com — OPL-1 license
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 111 |
| Technical Name |
no_activity_snooze |
| License | OPL-1 |
| Website | https://www.oudayet.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