Commit Graph

12 Commits (bac73d64ae91a33151b1f1aef5e8e397bef19ed1)

Author SHA1 Message Date
Ivorra78 6079f2edd0 Added translation using Weblate (Spanish) 2024-01-09 17:55:30 +00:00
mymage 55e3c2da2b Translated using Weblate (Italian)
Currently translated at 100.0% (3 of 3 strings)

Translation: social-16.0/social-16.0-mail_post_defer
Translate-URL: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mail_post_defer/it/
2023-12-01 10:12:28 +00:00
mymage d872319a30 Added translation using Weblate (Italian) 2023-12-01 09:11:53 +00:00
OCA-git-bot 5dd6eb25de [UPD] README.rst 2023-09-04 08:20:49 +00:00
OCA-git-bot dbbb8e2798 mail_post_defer 16.0.1.0.1 2023-09-04 08:20:44 +00:00
OCA-git-bot bff0561602 [UPD] README.rst 2023-09-04 08:20:43 +00:00
oca-ci 5f5ebd4b98 [UPD] Update mail_post_defer.pot 2023-09-04 08:17:28 +00:00
Jairo Llopis 3d0ce338d0
[MIG+IMP] mail_post_defer: migrate to 16.0, allow editing messages
Rely on the new `mail.message.schedule` model and follow the rest of the refactor from https://github.com/odoo/odoo/pull/95623. FWIW this cron isn't strictly needed to run every minute, as it runs at the specific time automatically.

Follow refactors from https://github.com/odoo/odoo/pull/95500 and https://github.com/odoo/odoo/pull/79259 for the client.

Improve the module by allowing to edit messages, instead of just deleting them. This was simpler than splitting the edit and delete checks in the client-side.

@moduon MT-3088
2023-09-01 11:42:50 +01:00
Jairo Llopis 09f45faafd
[MIG] mail_post_defer: migrate to 16.0
Rely on the new `mail.message.schedule` model and follow the rest of the refactor from https://github.com/odoo/odoo/pull/95623.

@moduon MT-3088
2023-08-31 11:54:41 +01:00
OCA-git-bot 0461d35972
[UPD] README.rst 2023-08-24 12:25:52 +01:00
oca-ci aa156ece1b
[UPD] Update mail_post_defer.pot 2023-08-24 12:25:51 +01:00
Jairo Llopis 11d1699f9c
[ADD] mail_post_defer: deferred message posting with queue
- Faster because the email sending doesn't block the UI.
- Safer because users can undo mails while they're still not sent.

@moduon MT-1579 MT-2480
2023-08-24 12:25:51 +01:00