Denis Mudarisov
eaf2fb3c88
🚑 fix race condition with mail module initialization
Because mail module in Odoo 11 version doesn't allow to extend, we repeat initialization.
That may conflict with original initialization. In order to solve that, we wait for original initialization and only then start the process
patch from @yelizariev
4 years ago
Eugene Molotov
211167f101
🚑 mail_base: fixed bug, where some notification messages are incorrectly marked as read
5 years ago
ommo73
3e3ab4cb28
⚡ mail_base New: added ability to select channels for private message sending
6 years ago
ArtyomLosev
5de17cf607
[11.0][PORT] mail_private ( #141 )
* [11.0][PORT] mail_private
* [LINT] lint
7 years ago
ArtyomLosev
7de69b098a
[11.0][PORT] port mail_base, mail_all, mail_archives, mail_sent to v11 ( #127 )
* [PORT] Ported_mail archives, mail_to, mail_base to Odoo 11.0
* [FIX] mail_base get_domain method fix; mail_archives add channel fix
* [PORT] mail all to 11.0
* [PORT] mail_sent to 11.0
* [FIX] mail_archives domain fix
* [FIX] mail_base additional condition fix
* [FIX] channel preview fix
7 years ago
ArtyomLosev
45c89ec186
[FIX] mail_base clear cache fix
7 years ago
Ivan Yelizariev
e65cf00e3d
[PORT] minimal updates to make module installable
7 years ago
ArtyomLosev
48d9fe4531
[IMP] select "internal partners" by defualt ( #112 )
[FIX] remove incorrect label "TO: followers of ..."
[FIX] support Mail Composer in Internal Message
7 years ago
ArtyomLosev
612c555ca4
9.0-mail_base-lint-fix
8 years ago
ArtyomLosev
172468a7ee
[FIX] unsubscribtion error ( #96 )
fixes #94
8 years ago